Skip to content

Instantly share code, notes, and snippets.

@atarp
Last active June 20, 2021 09:29
Show Gist options
  • Save atarp/50fd2a602e4736543bd76922af358de5 to your computer and use it in GitHub Desktop.
Save atarp/50fd2a602e4736543bd76922af358de5 to your computer and use it in GitHub Desktop.
testing yuca
set xdata time
set timefmt "%d.%m.%Y %H:%M"
set format x "%H:%M"
plot 'yuca.dat' u 1:3 w l, '' u 1:3 w p ps 2
@atarp
Copy link
Author

atarp commented Jul 13, 2016

new curve for using different colors every day
plot 'yuca.dat' every ::0::7 u 2:3 w l ls 1 t "11.06.", '' every ::8::15 u 2:3 w l ls 2 t "12.06."
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment