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
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.
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
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,