[Matplotlib-users] ScipySuperpack

2006-12-01 Thread Tommy Grav
I installed the Mac ScipySuperpack (from http://www.scipy.org/Download). However it seems that the version of matplotlib in there is not compatible with their version of numpy [EMAIL PROTECTED] ch2/pbcd - python ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on Python 2.4.3 (#1,

[Matplotlib-users] Plot problem

2006-12-01 Thread Axel Brink
Hello there, I have a strange plotting problem. In the example below I expect three equal plots of f, g and h: a simple inclined line, but g and h produce a sawtooth plot. What do I do wrong? Any help would be greatly appreceated. Sincerely, Axel Brink. import numpy, pylab f = range(500) g =

Re: [Matplotlib-users] Plot problem

2006-12-01 Thread John Hunter
Axel == Axel Brink [EMAIL PROTECTED] writes: Axel Hello there, I have a strange plotting problem. In the Axel example below I expect three equal plots of f, g and h: a Axel simple inclined line, but g and h produce a sawtooth Axel plot. What do I do wrong? Any help would be

Re: [Matplotlib-users] Plot problem

2006-12-01 Thread Axel Brink
Axel Hello there, I have a strange plotting problem. In the Axel example below I expect three equal plots of f, g and h: a Axel simple inclined line, but g and h produce a sawtooth Axel plot. What do I do wrong? Any help would be greatly Axel appreceated. Not sure what

Re: [Matplotlib-users] Plot problem

2006-12-01 Thread Gary
John Hunter wrote: Axel == Axel Brink [EMAIL PROTECTED] writes: Axel John, thanks for your suggestion. I would never have thought Axel of looking for the cause of the problem in that Axel direction. However, it isn't solved yet. The verbose mode Axel yielded the

[Matplotlib-users] Legend colors

2006-12-01 Thread Friedrich, Robin K
I seem to experiencing a bug when doing bar charts and display a legend. I'm calling the figlegend properly I think with a reference to the objects returned from the bar() calls. The problem is both color patches in the legend appear orange. Any ideas? I'm using matplotlib0.87.7, Python2.5, and

Re: [Matplotlib-users] Legend colors

2006-12-01 Thread John Hunter
Friedrich, == Friedrich, Robin K [EMAIL PROTECTED] writes: Friedrich, I seem to experiencing a bug when doing bar charts and Friedrich, display a legend. I'm calling the figlegend properly Friedrich, I think with a reference to the objects returned from Friedrich, the bar()