Re: [Matplotlib-users] How should I plot clustered data?

2010-11-04 Thread Justin McCann
On Wed, Nov 3, 2010 at 1:18 AM, David Frey wrote: > ... > My data in the y-axis (address space usage) is fairly uniform (0-2000 MB > values), but my data in the x-axis (the time at which the the trace statements > were executed) is highly clustered.  For example, I have approximately 150 > data po

Re: [Matplotlib-users] How should I plot clustered data?

2010-11-03 Thread John
log Y axis? On Wed, Nov 3, 2010 at 6:18 AM, David Frey wrote: > I am trying to use matplotlib (for the first time) to graph the address space > usage of an application against time.  The data is written to a log file by > trace statements throughout the source code of the application.  The trace

[Matplotlib-users] How should I plot clustered data?

2010-11-02 Thread David Frey
I am trying to use matplotlib (for the first time) to graph the address space usage of an application against time. The data is written to a log file by trace statements throughout the source code of the application. The trace statements contain the current address space usage as well as a tim