Hi!
Is it possible to plot just the 5th to 20th line of a column e.g. with "using" ? At the moment I'm only able to plot full columns
Kind regards and thanks
Andreas Wagner
You are looking for the every plot option. From the help text:
every
plot ... every ::5::15 # selects points 5 through 15 in each block
Log in to post a comment.
You are looking for the
every
plot option. From the help text: