Re: [Matplotlib-users] DreamPie (a new Python shell) and matplotlib

2010-09-03 Thread Eric Firing
On 09/02/2010 07:47 PM, Noam Yorav-Raphael wrote: > Hello, > > I'm the developer of DreamPie, a new graphical Python shell (you can > check it out at http://dreampie.sourceforge.net ) > > I worked to make it work nicely with matplotlib -- it runs Tk/GTK/Qt > event loops when idle, so if matplotlib

[Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Sébastien Barthélemy
Hello, While using sage [1], I got problems drawing a line: for some reason, the points with negative coordinates are not plotted (or are plotted on top of others due to an offset problem and thus I cannot see them). I can only reproduce the bug with specific data sets. I think I could track down

Re: [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Tony S Yu
On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: > Hello, > > While using sage [1], I got problems drawing a line: for some reason, > the points with negative coordinates are not plotted (or are plotted > on top of others due to an offset problem and thus I cannot see them). > I can only

[Matplotlib-users] legend: changing the text colour

2010-09-03 Thread karianne
Hi, I am plotting several different symbols using 3 different colours. The colours indicate different data sets, whereas the symbols need not be explained. I would therefore like each label to have a different colour, i.e. each line in my legend should be written in a different colour specified.

Re: [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Sébastien Barthélemy
CC to matplotlib-devel & matplotlib-users 2010/9/3 Tony S Yu : > On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: > >> Hello, >> >> While using sage [1], I got problems drawing a line: for some reason, >> the points with negative coordinates are not plotted (or are plotted >> on top of othe

Re: [Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-09-03 Thread Eric Firing
On 08/31/2010 01:08 AM, Jens Nie wrote: > Hi everyone. > I face a problem here, which I can’t seem to handle by myself, so any > help is really appreciated. > I would like to do a simple line plot of a huge dataset as an overview > to quickly compare success of different measurement scenarios, and

Re: [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Tony S Yu
On Sep 3, 2010, at 10:23 AM, Sébastien Barthélemy wrote: > CC to matplotlib-devel & matplotlib-users > > 2010/9/3 Tony S Yu : >> On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: >> >>> Hello, >>> >>> While using sage [1], I got problems drawing a line: for some reason, >>> the points wi

Re: [Matplotlib-users] legend: changing the text colour

2010-09-03 Thread Jae-Joon Lee
On Fri, Sep 3, 2010 at 11:04 PM, karianne wrote: > Hi, > > I am plotting several different symbols using 3 different colours. The > colours indicate different data sets, whereas the symbols need not be > explained. I would therefore like each label to have a different colour, > i.e. each line in m