Re: [Matplotlib-users] Embedding an MPL Canvas/Figure in a PyGTK Container

2010-04-19 Thread Vamsi Vytla
ize'] = 4 > > Reduce the dpi of the plot: > > fig = Figure(figsize=(5,4), dpi=60) > > Cheers, > Mike > > Vamsi Vytla wrote: > >> Adding line: >> ax.set_xlabel("asdf") >> >> To file (matplotlib examples): >> >> http://matplo

[Matplotlib-users] Embedding an MPL Canvas/Figure in a PyGTK Container

2010-04-16 Thread Vamsi Vytla
Adding line: ax.set_xlabel("asdf") To file (matplotlib examples): http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_gtk2.py This sets the X-Label under the navigation toolbar. I am unable to set it such a way that the entire canvas is rendered in the container. It would be