[Matplotlib-users] visualizing grid AND contour lines

2012-05-14 Thread Michael Oevermann
Hello, I am struggling with a potentially easy problem in matplotlib: I have some 2D data which I visualize using matplotlibs contour function. However, besides the contour lines itself I want to visualize the underlying grid as well which I do by setting ticks for each data point on x and y axi

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 wrote: > > >>> using in favour of matplotlib). Plotting the data twice- the first time >>> without >>> symbol showi

[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 poi