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