Re: [Matplotlib-users] plotting single column markers

2011-05-04 Thread Adrian Hill
Thanks Greg, that is exactly what I wanted. Cheers Adrian On 04/05/2011 20:17, Buchholz, Greg wrote: >> -Original Message- >> From: Adrian HILL [mailto:adrian.h...@esrf.fr] >> >> What is the best way of now plotting this (as single vertical marker >> lines)? > plot(data,zeros_like(data)

Re: [Matplotlib-users] plotting single column markers

2011-05-04 Thread Buchholz, Greg
> -Original Message- > From: Adrian HILL [mailto:adrian.h...@esrf.fr] > > What is the best way of now plotting this (as single vertical marker > lines)? plot(data,zeros_like(data),marker='|',markersize=20,linestyle='None') -

[Matplotlib-users] plotting single column markers

2011-05-04 Thread Adrian HILL
I hope someone on this list can help me here. I am a complete matplotlib and python novice, so please forgive me if it is a rather simple question. I am trying to plot markers in matplotlib. I have values at x at which they should appear, but that is it. The y value of them should just be an