Skip to content

Instantly share code, notes, and snippets.

@huberflores
Created December 10, 2014 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huberflores/6703db2e0104c73234b8 to your computer and use it in GitHub Desktop.
Save huberflores/6703db2e0104c73234b8 to your computer and use it in GitHub Desktop.
Common Commands to use with gnuplot scripting
#
# author Huber Flores
#
> using 1:3
X Y1 Y2
1 10 100
2 20 200
...
#takes 1 as x axis, and 3 as y axis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment