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
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#
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