Re: [Matplotlib-users] Ensure vertical lines start from x-axis

2009-05-25 Thread Alan G Isaac
> On Mon, May 25, 2009 at 12:35 PM, Alan G Isaac wrote: >> What is the "right" way to produce date-range bars, >> like the recession bars in >> http://research.stlouisfed.org/fred2/series/TB3MS?cid=116 On 5/25/2009 1:45 PM John Hunter apparently wrote: > axvspan. See > > > http://matplotli

Re: [Matplotlib-users] Ensure vertical lines start from x-axis

2009-05-25 Thread John Hunter
On Mon, May 25, 2009 at 12:35 PM, Alan G Isaac wrote: > What is the "right" way to produce date-range bars, > like the recession bars in > http://research.stlouisfed.org/fred2/series/TB3MS?cid=116 axvspan. See http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.axvspan

Re: [Matplotlib-users] Ensure vertical lines start from x-axis

2009-05-25 Thread Alan G Isaac
What is the "right" way to produce date-range bars, like the recession bars in http://research.stlouisfed.org/fred2/series/TB3MS?cid=116 Thanks, Alan Isaac -- Register Now for Creativity and Technology (CaT), June 3rd, NY

Re: [Matplotlib-users] Ensure vertical lines start from x-axis

2009-05-25 Thread John Hunter
On Mon, May 25, 2009 at 9:02 AM, collern2 wrote: > > I'm trying to have the points start from the x-axis (similar to a histogram) > and draw lines upwards. I've attached an image of the program output, as you > can see - there are no red lines from 0-200 on the y-axis. Any ideas how to > start the