On Tue, Jul 29, 2008 at 1:20 PM, Ben Axelrod <[EMAIL PROTECTED]> wrote:
> Thanks for the bug fix. Do you think this fix will make it into the 0.98.3
> release?
it will.
-
This SF.Net email is sponsored by the Moblin Your Mo
picker with 0 height data
On Tue, Jul 29, 2008 at 12:27 PM, Ben Axelrod <[EMAIL PROTECTED]> wrote:
> I get an exception when I set up a bar chart with a picker that has a bar
> with 0 height, and I click on the chart.
Thanks for the report -- I just committed a fix for this to sv
On Tue, Jul 29, 2008 at 12:27 PM, Ben Axelrod <[EMAIL PROTECTED]> wrote:
> I get an exception when I set up a bar chart with a picker that has a bar
> with 0 height, and I click on the chart.
Thanks for the report -- I just committed a fix for this to svn r5922
JDH
--
I get an exception when I set up a bar chart with a picker that has a bar with
0 height, and I click on the chart.
Code to generate exception:
from matplotlib.pyplot import figure, show
import numpy as np
def onpick1(event):
print 'foo'
fig = figure()
ax = fig.add_subplot(111)
xdata = [1,