I have written a small application using PyQt4 and matplotlib. Currently,
I use the axes.add_line(Line2D Instance) to interact with the plot
canvas. I am interested in allowing the user to add or remove error bars
to the plot, but am unable to find a command to do so (e.g. set_yerr(self,
nump
Thank you very much !
That did it for me.
If I get it right ax=twiny or ax=gca()
defines the plot type ?
On Fri, Jun 13, 2008 at 9:35 PM, Abhinav Verma <[EMAIL PROTECTED]>
wrote:
> or more appropriately you might need this
>
> from pylab import *
>
> setp(gca(), 'xticklabels', [])
> subplot(11
On behalf of the SciPy2008 organizing committee, I am happy to announce
that the Keynote at the conference will be given by Alex Martelli.
It is a pleasure for us to receive Alex. He currently works as "Uber Tech
Leader" at Google and is the author of two of the Python classics:
"Python in a nuts