Gökhan Sever <gokhanse...@gmail.com> writes:
> Hi,
>
> You can try:
>
> fig, ax = plt.subplots(1,1)
> ax.plot(range(10))
> fig.subplots_adjust(left=0.05, right=0.95, bottom=0.05, top=0.95)
>
> If you choose WXAgg as your backend you get a nice config tool to adjust
> spacing in the figure. Then just pass those numbers into .subplots_adjust
> method once you are satisfied.

Uhm strange, with the version of matplotlib that I have know I have
subplots_adjust, but I don't have plt.subplots, was it added later?
Well I can also leave my very convoluted way for now, I'll see later
what to do...

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to