[matplotlib-devel] Request: make plotting of a single point more convenient

2009-07-24 Thread Jan Müller
basically this works: plot([1], [1], "*") but I think it would be more convenient to add some kind of auto casting to the function in order to make this plot(1, 1, "*") work. I use those single-point-plotting-commands a lot in order to highlight a special point in a series of data, but I for

[matplotlib-devel] Bug in Agg-based backends when yscale == "log"?

2009-01-26 Thread Jan Müller
Hi, The simple code snippet at the end of this mail should plot a single line. Unfortunately, depending on - the backend - the windowsize - and the pan/zoom position inside the plot one or more additional lines appear. Under windows it looks like this: http://img217.imageshack.us/my.php?imag