[Matplotlib-users] error width in barplot

2008-09-15 Thread Paul Hartley
_link = "006792"; google_color_url = "006792"; google_color_text = "00"; //--> [Matplotlib-users] error width in barplot Paul Hartley Reply via email to <!-- google_ad_client = "pub-7266

[Matplotlib-users] getting scatter x-data?

2008-06-26 Thread Paul Hartley
When I draw a Line2D instance (using plot()), I have set up an interactive way of clicking on one of the points to return the x-coordinate of the point. There might be a simpler way to do it, but the way I figured out is: def on_pick(self, event): # called when clicking on a Line2D point

Re: [Matplotlib-users] picking a broken_barh collection calls pick event twice

2008-06-22 Thread Paul Hartley
ot text = st.gen(self, 'hello') def OnDismiss(self): self.plot.evt_bind = self.plot.canvas.mpl_connect('pick_event', self.plot.on_pick On Sun, Jun 22, 2008 at 1:18 AM, Paul Hartley <[EMAIL PROTECTED]> wrote: > > If I click on a bar that is part of

[Matplotlib-users] picking a broken_barh collection calls pick event twice

2008-06-22 Thread Paul Hartley
If I click on a bar that is part of a broken_barh collection which has its picker attribute enabled, there appears to be two events generated for example: def on_pick(self, event): print event.mouseevent.xdata print event.mouseevent.ydata clicking on a bar will cause this meth

[Matplotlib-users] get_edgecolor broken_barh?

2008-06-19 Thread Paul Hartley
the broken_barh collection seems to lack the get_edgecolor() and get_color() fxns, yet you can set the edge colors with set_edgecolor(). Is there some way to get the edge colors of these guys? - Check out the new SourceForge.n

[Matplotlib-users] plotting speed

2008-06-16 Thread Paul Hartley
I have developed a wxPython GUI that uses matplotlib to plot line traces (using plot()). If I were to plot about 250,000 data points, it takes nearly 1 minute to load the plot (using a intel dual core), although once this plot is loaded, it is easy to interact with it - changing the x/y scale & sc