[matplotlib-devel] [patch] Raise figures on pylab.show() with Qt4 backend

2009-07-24 Thread Gellule Xg
Hi all, I've just tried the Qt4 backend and noticed that, different from the previous backend I was using, the last command of a script pylab.show() does not raise the figures to the front (they show up but in the background). This is the case at least on my OS X machine. I personally feels li

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-24 Thread Freddie Witherden
Hi, On 23 Jul 2009, at 22:46, Gökhan SEVER wrote: > Could you please the advantages of using mathtext? How does it > compare and contrast to the existing interface? The interface itself is mostly the same, although there are a few enhancements to make it easier to use. To main advantages of u

[matplotlib-devel] Request: make plotting of a single point more convenient

2009-07-24 Thread Jan Müller
basically this works: plot([1], [1], "*") but I think it would be more convenient to add some kind of auto casting to the function in order to make this plot(1, 1, "*") work. I use those single-point-plotting-commands a lot in order to highlight a special point in a series of data, but I for