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
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
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