[Matplotlib-users] eliminating end labels on axes

2007-08-15 Thread James Boyle
I wish to produce a plot very much like that in the examples - ganged_plots.py. In these type of plots the tick labels on the end points of the y - axis tend to run into each other if nothing is done. In the example -ganged_plots.py, this issue is addressed by judicious use of ylim and defin

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-15 Thread Angel Ezquerra Moreu
> I guess there is no reason you can't do it with pylab after all, see > animation_blit_qt4, for example. I think you would be better off using a gui > timer/event handler like in the blit example. > > Darren Darren, thanks a lot for your help! I tried the animation_blit_tk example but it did not

Re: [Matplotlib-users] clabel font

2007-08-15 Thread Darren Dale
On Tuesday 14 August 2007 07:18:58 am [EMAIL PROTECTED] wrote: > Dear all, > > I am making a contour plot using matplotlib. The title and axis annotations > require math symbols so I set usetex=True in the rc('text',usetex). > However that made ALL texts in LaTeX (incl. contour labels) and > the co