Re: [Matplotlib-users] Multi-histogram example generates errors

2008-11-13 Thread Eric Firing
Zane Selvans wrote: > > On Nov 12, 2008, at 8:12 PM, Eric Firing wrote: >> The example code runs with mpl from svn, so I suspect you are running >> into an example that was written to show capabilities added since the >> last release. In fact, it looks like that 6212 #todo is the clue: it >> i

Re: [Matplotlib-users] Multi-histogram example generates errors

2008-11-13 Thread Zane Selvans
On Nov 12, 2008, at 8:12 PM, Eric Firing wrote: The example code runs with mpl from svn, so I suspect you are running into an example that was written to show capabilities added since the last release. In fact, it looks like that 6212 #todo is the clue: it is not found in the svn version.

Re: [Matplotlib-users] Multi-histogram example generates errors

2008-11-12 Thread Eric Firing
Zane Selvans wrote: > I'm trying to make a bar-style histogram, along the lines of the last > example figure from the extended histogram demo: > > http://matplotlib.sourceforge.net/examples/pylab_examples/histogram_demo_extended.html > > in which the several arrays to be histogrammed do not have

[Matplotlib-users] Multi-histogram example generates errors

2008-11-12 Thread Zane Selvans
I'm trying to make a bar-style histogram, along the lines of the last example figure from the extended histogram demo: http://matplotlib.sourceforge.net/examples/pylab_examples/histogram_demo_extended.html in which the several arrays to be histogrammed do not have the same length. However,