[Matplotlib-users] Alex Martelli giving the SciPy 2008 Keynote

2008-06-14 Thread Gael Varoquaux
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

Re: [Matplotlib-users] Creating an oceanographic profile with matplotlib

2008-06-14 Thread Oz Nahum
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(111)

[Matplotlib-users] Adding Error Bars to Line2D Instance

2008-06-14 Thread B Clowers
I have written a small application using PyQt4 and matplotlib.nbsp; Currently, I use the axes.add_line(Line2D Instance) to interact with the plot canvas.nbsp; 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.