Re: [Matplotlib-users] simple question about locator every 0.5

2011-07-20 Thread Buchholz, Greg
-Original Message- From: C M [mailto:cmpyt...@gmail.com] Sorry, this is super-simple, but I'm lost in the whole locator/formatter part of the docs. How can I make a locator that just places a tick at every multiple of 0.5 around the data? So the y axis would look like: 3.5 -- 3.0 --

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')

Re: [Matplotlib-users] Use a variable for the ms option in the plot function

2011-05-03 Thread Buchholz, Greg
Maybe you want to use the scatter procedure? http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_demo.html?highlight=scatter http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.scatter -Original Message- From: Pau [mailto:vim.u...@googlemail.com]

[Matplotlib-users] More digits on the plot window coordinate display?

2008-10-07 Thread Buchholz, Greg
Is there a way to display more digits on the cursor readout in the lower right hand corner of the plot window? Right now my setup is only showing three digits to the right of the decimal point, which isn't enough when I'm zoomed way in. If that description isn't good enough to describe what