Hi,

I have placed a matplotlib on a wxpython panel, but the grey spaces around
chart area won't diminish, no matter what I try.

I tried using 

self.fig.subplots_adjust(left=0.00001,right=0.0001,bottom=0.00001,top=0.0001) 

and

self.fig.tight_layout(pad=0.00001)

but neither of them worked. Could you offer an opinion please? Thanks.
<http://matplotlib.1069221.n5.nabble.com/file/n43422/chart.jpg> 



--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/How-would-you-make-a-matplotlib-chart-span-across-an-entire-wxpython-panel-tp43422.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to