[Matplotlib-users] Why pixel marker size is 4 pixels?

2012-02-03 Thread Chris
I noticed this a few years back, but left it aside because most of the time I can live with it. Recently I need to make a few plots containing a few million points, and 4 pixels for a point is a disaster. So my question is why the pixel marker size is set at 4 pixels? And is there anyway to chan

Re: [Matplotlib-users] Adding lines around 3d bounding box?

2012-02-03 Thread Benjamin Root
On Friday, February 3, 2012, Jacob Biesinger wrote: > Hi! > In matplotlib's 3d plotting, the three corners of the 3d cube closest to the camera are used as the axis and receive tick marks, labels, and a dark black line. Is it possible to have the black line and ticks show simultaneously on the 3 f

[Matplotlib-users] Adding lines around 3d bounding box?

2012-02-03 Thread Jacob Biesinger
Hi! In matplotlib's 3d plotting, the three corners of the 3d cube closest to the camera are used as the axis and receive tick marks, labels, and a dark black line. Is it possible to have the black line and ticks show simultaneously on the 3 far corners at the top of the cube? For example, I'd lik

Re: [Matplotlib-users] macosx lion installation challenges

2012-02-03 Thread Friedrich Romstedt
> I am having troubles getting matplotlib to install. I have mac os X lion > with Xcode 4.2.1 installed and I have used git to get the latest version of > matplotlib. I am also running python 2.7.2 from the python.org site. The > installation process was going fine based on the make.osx file

Re: [Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Eric Firing
On 02/03/2012 06:07 AM, Benjamin Root wrote: > > > On Fri, Feb 3, 2012 at 9:15 AM, Pål Gunnar Ellingsen > wrote: > > Hi > > Thank you for trying to help me, though I can't see how aspect is going > to help me. As I understand of the documentation, it would requ

Re: [Matplotlib-users] many plots

2012-02-03 Thread Benjamin Root
On Fri, Feb 3, 2012 at 10:27 AM, Saurav Pathak wrote: > Hi All, > > First, thanks for a very cool and pretty tool! > > My problem is, I have a 2D numpy array, say m by n, and I would like to > display the data in n plots (with the same abscissa). That is, the 2D > numpy array holds n time series

Re: [Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Pål Gunnar Ellingsen
Hi Yes you've understood my problem correctly. Let me know if there is anything I can do to help solve this issue. Regards Pål On 3 February 2012 17:07, Benjamin Root wrote: > > > On Fri, Feb 3, 2012 at 9:15 AM, Pål Gunnar Ellingsen wrote: > >> Hi >> >> Thank you for trying to help me, thoug

[Matplotlib-users] many plots

2012-02-03 Thread Saurav Pathak
Hi All, First, thanks for a very cool and pretty tool! My problem is, I have a 2D numpy array, say m by n, and I would like to display the data in n plots (with the same abscissa). That is, the 2D numpy array holds n time series data with m points each. I could use pyplot.plot inside a loop

Re: [Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Benjamin Root
On Fri, Feb 3, 2012 at 9:15 AM, Pål Gunnar Ellingsen wrote: > Hi > > Thank you for trying to help me, though I can't see how aspect is going > to help me. As I understand of the documentation, it would require me to > know the > relationship between x and y, which I don't. > I can calculate it, bu

Re: [Matplotlib-users] specgram memory problem

2012-02-03 Thread Fabrice Silva
Le vendredi 03 février 2012 à 12:11 +, David Craig a écrit : > Hi, I am using matplotlib to produce some spectrograms for seismic > data. I am looking at a 10 day period with a sample rate of 20sps. I > would like to have my spectrogram to be composed of 10 minute windows > with an overlap of 9

Re: [Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Pål Gunnar Ellingsen
Hi Thank you for trying to help me, though I can't see how aspect is going to help me. As I understand of the documentation, it would require me to know the relationship between x and y, which I don't. I can calculate it, but since it varies between each change in xlimits and different plot, it wo

Re: [Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Benjamin Root
On Friday, February 3, 2012, Pål Gunnar Ellingsen wrote: > Hi > > I've got a plot, containing a graph. > I would like to look at certain parts of it. > To do this I zoom in on the x-axis using set_xlim() > Then I would like to call autoscale(axis='y') and have matplotlib > autoscale the y axis wit

[Matplotlib-users] specgram memory problem

2012-02-03 Thread David Craig
Hi, I am using matplotlib to produce some spectrograms for seismic data. I am looking at a 10 day period with a sample rate of 20sps. I would like to have my spectrogram to be composed of 10 minute windows with an overlap of 90%. However when I try and run my script I run out of memory. I can produ

[Matplotlib-users] Setting x scale manually, but letting y scale automatic within the current x-axis

2012-02-03 Thread Pål Gunnar Ellingsen
Hi I've got a plot, containing a graph. I would like to look at certain parts of it. To do this I zoom in on the x-axis using set_xlim() Then I would like to call autoscale(axis='y') and have matplotlib autoscale the y axis within the current x-axis. I've tried several ways of doing this, both wi