Hi,
the same problem occurred, when I also tried to plot some chaos systems
the solution I found (and works just fine) is to comment axes.py:2131
I didn't send a patch, 'cos I'm not sure that it wasn't really an
common bug (I played with my overall python distribution)
some OT:
1) trajectories ->
Hi,
the following simple code (in Matlab syntax):
x1 = [5, 6]
y1 = [3, 2]
bar([1,2], [x1; y1])
produces a bar plot where two of the bars have a color (let's say red) and
the two other bars have another color (let's say blue). I'd like to know
whether it's possible in matplotlib to plot the bars