Re: [Matplotlib-users] 3D Data to 2d Plots

2011-02-03 Thread Philipp A.
2011/2/3 Mike Alger mal...@ryerson.ca Sorry I was out of touch for a while I have been busy with other things, You would have to do some sort of a bin solution with the method I suggested. So m/z values would not have to be exact but you would group ranges of them together. To be

Re: [Matplotlib-users] 3D Data to 2d Plots

2011-02-02 Thread Mike Alger
-28-11 10:55 AM To: Mike Alger Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] 3D Data to 2d Plots 2011/1/28 Mike Alger mal...@ryerson.ca Philip, A few questions before I give one possible solution, Does this plot need to be updated in real time

Re: [Matplotlib-users] 3D Data to 2d Plots

2011-01-28 Thread Philipp A.
2011/1/28 Mike Alger mal...@ryerson.ca Philip, A few questions before I give one possible solution, Does this plot need to be updated in real time ? or is this plot to be done in post processing? if you can do the plots with post processing you should be able to use pcolor function

[Matplotlib-users] 3D Data to 2d Plots

2011-01-27 Thread Philipp A.
Hi list, I want to visualize Plots over time. This describes the data: [image: 3dplot.png] a) and b) are single scans, the cutting at the red bars is no problem. c) illustrates how they are done over time. d) is what I want. I think this

Re: [Matplotlib-users] 3D Data to 2d Plots

2011-01-27 Thread Mike Alger
is in a 2d array but i am no expert on that mater. Good luck and hopefully this helps, Mike From: Philipp A. [mailto:flying-sh...@web.de] Sent: January-27-11 5:15 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] 3D Data to 2d Plots Hi list, I want