Re: [Matplotlib-users] Noob assist: trailing value graph

2010-08-19 Thread Ethan Swint
Aha! I knew it must be that simple, I just yet hadn't hit on step. Thanks, Ethan On 08/19/2010 09:14 PM, Ryan May wrote: > On Thu, Aug 19, 2010 at 5:03 PM, Ethan Swint wrote: > >> Hi- >> >> I'm trying to plot an XY line graph with discrete XY pairs in it with a >> step response between each

Re: [Matplotlib-users] Noob assist: trailing value graph

2010-08-19 Thread Ryan May
On Thu, Aug 19, 2010 at 5:03 PM, Ethan Swint wrote: > Hi- > > I'm trying to plot an XY line graph with discrete XY pairs in it with a > step response between each pair.  In other words, on the range [X1,X2), > it should have a horizontal line at Y1, at X2, the line goes vertical > from Y1 to Y2, t

[Matplotlib-users] Noob assist: trailing value graph

2010-08-19 Thread Ethan Swint
Hi- I'm trying to plot an XY line graph with discrete XY pairs in it with a step response between each pair. In other words, on the range [X1,X2), it should have a horizontal line at Y1, at X2, the line goes vertical from Y1 to Y2, then on the range [X2,X3), it should have a horizontal line a