Re: [Matplotlib-users] How to do million data-point plots with Matplotlib?

2011-12-16 Thread David Smith
I have experimented with path.simplify and can't see any appreciable improvements. Incidently, I also experimented with other back ends. I found that all the back ends involving Agg behave similarly. However, using the 'GTK' backend it renders the whole 1 million points and does it very fast (ab

Re: [Matplotlib-users] Non-interactive plotting to window?

2011-12-16 Thread John Thorstensen
Here is a script that solves the problem, based on Goyo's input: ** #!/usr/bin/env python """simple_matplot.py -- Repeatedly plots sinusoids (shifted a bit each time). - control returns to the user after each plot; - the old plot is erased between cycles. """ impo

[Matplotlib-users] tailwidth?

2011-12-16 Thread Petro
How can I change linewidth of this arrow? arrow1=pylab.annotate("", xytext=(-3500,-1e8), xy=(-3500,8e8),fontsize=8,arrowprops=dict(arrowstyle="<->")) Thank you in advance. Petro -- Learn Windows Azure Live! Tuesday, Dec