Search found 1 match

by michel_
Fri Feb 10, 2012 12:00 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots | Mark not every Plot Point
Replies: 0
Views: 1542

pgfplots | Mark not every Plot Point

Hello everyone,

I want to show the "*" mark of a diagram only on every 10th element and not on each one because I have too much elements.
\addplot [color=blue,mark=*, style=] table[x=Iter, y=f_x] {f_x.csv};
How could I realize this?

Another Question: I want to plot 4 curves onto one x,y graph ...