Re: [matplotlib-devel] patch: step function plotting

2007-08-20 Thread Eric Firing
Manuel Metz wrote: May I ask again: Is there any interest in a step-plotting function? Yes, so thanks for taking the initiative and for being persistent. If so, who will commit the patch? Do I have to add more myself (documentation for sure needs to be added, what else ?) Please add a

Re: [matplotlib-devel] patch: step function plotting

2007-08-15 Thread Manuel Metz
Hi, okay, I have added a keyword 'where' as suggested. I also now changed the way the incoming data is converted. I took this from the axes.pie() function. I don't know much about the unit types yet :-( Concerning masked arrays: Do I have to consider something special there? Manuel Ted

Re: [matplotlib-devel] patch: step function plotting

2007-08-14 Thread Eric Firing
Ted Drain wrote: Manuel, We do plots like this all the time. One thing we've found that's nice to have is a keyword that controls when the increase in y happens. We use a step style keyword that can be 'pre' (go up then right), 'post' (go right then up), and 'mid' (right 0.5, up, right

Re: [matplotlib-devel] patch: step function plotting

2007-08-14 Thread Ted Drain
At 10:36 AM 8/14/2007, Eric Firing wrote: Ted Drain wrote: Manuel, We do plots like this all the time. One thing we've found that's nice to have is a keyword that controls when the increase in y happens. We use a step style keyword that can be 'pre' (go up then right), 'post' (go right