Re: [Matplotlib-users] making a bar chart with time on xaxis

2011-05-27 Thread Amy Zhang
Thank you all! vlines was exactly what I needed. Amy On Fri, May 27, 2011 at 3:03 PM, Alan G Isaac wrote: > On 5/27/2011 12:28 PM, Amy Zhang wrote: > > I've created the following chart using matplotlib.pyplot.plot(). However, > I would like to see the data points as bars from the bottom of the g

Re: [Matplotlib-users] making a bar chart with time on xaxis

2011-05-27 Thread Alan G Isaac
On 5/27/2011 12:28 PM, Amy Zhang wrote: > I've created the following chart using matplotlib.pyplot.plot(). However, I > would like to see the data points as bars from the bottom of the graph up to > the points Matplotlib supports stem plots: http://matplotlib.sourceforge.net/api/pyplot_api.html#

Re: [Matplotlib-users] making a bar chart with time on xaxis

2011-05-27 Thread Aman Thakral
Hi Amy, Use the vlines() function. Its what I have used in the past. Cheers, Aman On Fri, May 27, 2011 at 12:28 PM, Amy Zhang wrote: > Hello, > > I've created the following chart using matplotlib.pyplot.plot(). However, I > would like to see the data points as bars from the bottom of the graph