Skip to content

Instantly share code, notes, and snippets.

@myui
Created September 5, 2016 16:42
Show Gist options
  • Save myui/ad2f58a63e6a3b0165adb11491c5e3f7 to your computer and use it in GitHub Desktop.
Save myui/ad2f58a63e6a3b0165adb11491c5e3f7 to your computer and use it in GitHub Desktop.
set ytics nomirror
set y2tics
set yr[-20:20]
plot \
"cf2d.dat" using 1:2 with lines title "x", \
"cf2d.dat" using 1:3 with lines title "outlier" axes x1y2, \
"cf2d.dat" using 1:4 with lines title "change" axes x1y2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment