Re: [Matplotlib-users] data free margin

2011-11-23 Thread Jeffrey Blackburne
On Nov 23, 2011, at 4:09 PM, C M wrote: > > > On Tue, Nov 22, 2011 at 3:09 PM, Nicolas Rougier > wrote: > > Is that what you want ? > > No ticks, no labels: > > import matplotlib.pyplot as plt > plt.plot(np.arange(10), np.arange(10)) > plt.ylim(0,10) > plt.yticks(np.linspace(3,10,8)) > plt.sho

Re: [Matplotlib-users] data free margin

2011-11-23 Thread C M
On Tue, Nov 22, 2011 at 3:09 PM, Nicolas Rougier wrote: > > Is that what you want ? > > No ticks, no labels: > > import matplotlib.pyplot as plt > plt.plot(np.arange(10), np.arange(10)) > plt.ylim(0,10) > plt.yticks(np.linspace(3,10,8)) > plt.show() > Thanks. That works in your example, but in m

Re: [Matplotlib-users] wireframe question

2011-11-23 Thread Benjamin Root
On Wednesday, November 23, 2011, Bala subramanian wrote: > Hello, > I am trying to make a wireframe plot with the x,y,z values in my data (attached file). I get the following error which i dnt understand. Kindly write me what is going wrong. > > Traceback (most recent call last): > File "test.py

[Matplotlib-users] wireframe question

2011-11-23 Thread Bala subramanian
Hello, I am trying to make a wireframe plot with the x,y,z values in my data (attached file). I get the following error which i dnt understand. Kindly write me what is going wrong. Traceback (most recent call last): File "test.py", line 14, in ax.plot_wireframe(d1,d2,d3) File "/usr/lib/py

[Matplotlib-users] Performance after benchmarking is low

2011-11-23 Thread Zynth _
Dear MatPlotLib users, I am having trouble with the performance of matplotlib. For data analysis, I want to be able to place multiple graphs on screen, with multiple lines, each consisting of 16000 data points. I have benchmarked my solution, but it did not perform too well. For example: 6 gra

Re: [Matplotlib-users] cannot import animation module

2011-11-23 Thread Robert Kern
On 11/23/11 9:49 AM, Chao YUE wrote: > Dear all, > > I am using matplotlib 0.99.3 (I think it's the default version when I use sudo > apt-get install under ubuntu 11.04), but I don't have matplotlib.animation > module. I think I need to reinstall it? The animation module was added in matplotlib 1.

[Matplotlib-users] cannot import animation module

2011-11-23 Thread Chao YUE
Dear all, I am using matplotlib 0.99.3 (I think it's the default version when I use sudo apt-get install under ubuntu 11.04), but I don't have matplotlib.animation module. I think I need to reinstall it? thanks, chao -- **