[Matplotlib-users] symbol skip in plot command

2008-12-16 Thread Michael Oevermann
Hi all, I am trying to find a solution to the following problem (without success so far): I have some high frequency data which I want to plot with a simple plot command using a solid line and a symbol. However, since I have many many data points I want to plot the symbol only every N'th data

Re: [Matplotlib-users] symbol skip in plot command

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 10:30 AM, John Hunter jdh2...@gmail.com wrote: using in favour of matplotlib). Plotting the data twice- the first time without symbol showing every data point and the second time onlywith the symbol and some skip in the data - doesn't help as I now get two entities in

Re: [Matplotlib-users] symbol skip in plot command

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 10:09 AM, Michael Oevermann michael.oeverm...@tu-berlin.de wrote: Hi all, I am trying to find a solution to the following problem (without success so far): I have some high frequency data which I want to plot with a simple plot command using a solid line and a

Re: [Matplotlib-users] symbol skip in plot command

2008-12-16 Thread Michael Oevermann
That's exactly what I was looking for! But how do I get the new feature into my matplotlib version? Michael John Hunter schrieb: On Tue, Dec 16, 2008 at 10:30 AM, John Hunter jdh2...@gmail.com wrote: using in favour of matplotlib). Plotting the data twice- the first time without symbol

Re: [Matplotlib-users] symbol skip in plot command

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 2:20 PM, Michael Oevermann michael.oeverm...@tu-berlin.de wrote: That's exactly what I was looking for! But how do I get the new feature into my matplotlib version? Either wait for the next release and use the workaround for now, or install from svn. See