<div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Hi,</div><div><br></div><div>I have the following snippet to reproduce my problem:</div><div><br></div><div><br></div><div><div>import numpy as np</div><div>import matplotlib.pyplot as plt</div><div><br></div><div>y = np.arange(4)</div><div>x = np.arange(4)</div><div><br></div><div>fig = plt.figure()</div><div>ax = fig.add_axes([0, 0, 1, 1])</div><div>ax.plot(x, y)</div><div>ax.set_title('test')</div><div>ax.set_xlabel("XX")</div><div>plt.show()</div></div><div><br></div><div><br></div><div>The picture is here:</div><div><a href="http://imgur.com/a/1fh3u">http://imgur.com/a/1fh3u</a><br></div><div><br></div><div><br></div><div>Why are the X/Y axes, the title, and the label not visible?</div><div><br></div><div>Regards.</div></div></div></div></div>
</div>