Re: [Matplotlib-users] Stineman interpolation

2009-06-02 Thread Norbert Nemec
In general, the intent of the Stineman interpolation is not so much to follow certain mathematical criteria, but more to provide a visually pleasing smooth interpolation. In other words: the interpolated curve typically is what the human eye would choose as smooth interpolation. It gives good

Re: [Matplotlib-users] unfilled markers?

2009-01-27 Thread Norbert Nemec
Before my work in 2004, the colors were not following the line color at all, which was clearly bad behavior. Now, there are two categories: filled markers (with edge color black and filling following the line color) and non-filled markers (with edge color following line color). The black edge

Re: [Matplotlib-users] unfilled markers?

2009-01-25 Thread Norbert Nemec
mfc=None does the job. mec should then default to the line color. C M wrote: Sorry this is a basic question but I can't figure out where in the docs nor archives I could find this. Is there a built in method for having unfilled markers? (ones that match the line color). I could set mfc

Re: [Matplotlib-users] unfilled markers?

2009-01-25 Thread Norbert Nemec
Sorry for my misleading words - I did not correctly recall my own work from back then... In fact, the code as it is does not change the mec automatically when the mfc of a filled_marker is set to None but leaves it black. I did consider adding an automation to change but decided against it.

[Matplotlib-users] Keeping several axis scalings in sync?

2008-04-12 Thread Norbert Nemec
or even interactive sessions.) Thanks for your help! Greetings, Norbert Nemec - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use

Re: [Matplotlib-users] Keeping several axis scalings in sync?

2008-04-12 Thread Norbert Nemec
Thanks! Perfect! I *love* matplotlib!!! Darren Dale wrote: On Saturday 12 April 2008 7:19:32 am Norbert Nemec wrote: Hi there, I often have the case that I want to view different data sets that share one axis. Imagine, for example, a time series of several different observables. Since

Re: [Matplotlib-users] Vector magnitude?

2007-09-06 Thread Norbert Nemec
Robert Dailey wrote: 1) Is there any way to represent vectors? Currently I'm using 'array' for vectors. There is no explicit 'vector' representation. You may view vectors as either column or row vectors and represent them as 1xN or Nx1 matrices. In that case, the linear algebra like matrix

Re: [Matplotlib-users] legend() without args?

2007-07-05 Thread Norbert Nemec
() without arguments at the end. This approach is much more comfortable than using arguments to legend itself, as you do not need to keep track of handles and labels with every change that you make in the plotting script. Greetings, Norbert Norbert Nemec wrote: This is the result of a change that I

Re: [Matplotlib-users] legend() without args?

2007-07-05 Thread Norbert Nemec
This is the result of a change that I committed in between 0.90.0 and 0.90.1 - sorry if it caused confusion... The idea is exactly what you observed: legend() only displays those lines that have an explicit label set. If a certain line in a figure does not have a label, I think it is rather

Re: [Matplotlib-users] legend breaks clf()

2007-06-07 Thread Norbert Nemec
appears internally in Axes.legend() Jouni K. Seppänen wrote: Norbert Nemec [EMAIL PROTECTED] writes: Thanks for the hint. I just fixed the problem in SVN. I thought I had fixed this in March... see http://thread.gmane.org/gmane.comp.python.matplotlib.devel/2574

Re: [Matplotlib-users] legend breaks clf()

2007-06-06 Thread Norbert Nemec
Thanks for the hint. I just fixed the problem in SVN. No idea how this problem would have popped up recently. I did some changes in legend just before 0.90.1, but I do not see how these would have caused the problem to show up. From what I see, the flaw should have been there all along. Well,

Re: [Matplotlib-users] markercolor broken

2006-10-10 Thread Norbert Nemec
Hi Stefan, as of rev. 2800, the problem should be solved. For more details, see the discussion about marker color handling on matplotlib-devel. Greetings, Norbert Stefan van der Walt wrote: Hi all The marker behaviour changed in

Re: [Matplotlib-users] markercolor broken

2006-10-10 Thread Norbert Nemec
I do not see a reason why the problem should be related. If the problem persists with the latest SVN version, could you please file a bug report? [EMAIL PROTECTED] wrote: Hi, some times ago I saw that the rgb color was not working anymore, the hexa code yes but not the rgb.