Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created July 2, 2013 13:08
Show Gist options
  • Save lemenkov/5909154 to your computer and use it in GitHub Desktop.
Save lemenkov/5909154 to your computer and use it in GitHub Desktop.
work ~: gnuplot
gnuplot> set autoscale
gnuplot> plot "results.sched_default" every::15000::50000 using 2 with lines , "results.sched_high" every::15000::50000 using 2 with lines , "results.sched_low" every::15000::50000 using 2 with lines
gnuplot> replot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment