<div dir="ltr">How about plt.margins?<br>Example:<br><pre style="" class=""><code><span class="">plt.</span><span class="">margins</span><span class="">(</span>x<span class="">=.</span><span class="">05</span><span class="">)</span></code></pre><br><a href="http://matplotlib.org/api/pyplot_api.html?highlight=margins#matplotlib.pyplot.margins">http://matplotlib.org/api/pyplot_api.html?highlight=margins#matplotlib.pyplot.margins</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-30 12:58 GMT+01:00 Neal Becker <span dir="ltr"><<a href="mailto:ndbecker2@gmail.com" target="_blank">ndbecker2@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a couple of semilogy line plots, with markers.  One line has only 1<br>
point, just the marker.  It is right on the left vertical axis and is not<br>
very visible.<br>
<br>
It would be better if the xaxis limit was set a bit lower so the point<br>
marker was more visible (and not clipped).<br>
<br>
What's a good way to do this that hopefully doesn't involve a lot of manual<br>
tweaking?<br>
<br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br></div>