Skip to content

Instantly share code, notes, and snippets.

@copley
Last active September 30, 2017 07:19
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 copley/24f967d093d148f29c15ef95402ed088 to your computer and use it in GitHub Desktop.
Save copley/24f967d093d148f29c15ef95402ed088 to your computer and use it in GitHub Desktop.
gnuplot
http://lowrank.net/gnuplot/datafile-e.html
Data Format Column using with
(X,Y) data X Y 1:2 lines, points, steps,
linespoints, boxes, etc.
Y has an error of dY X Y dY 1:2:3 yerrorbars
X has an error of dX X Y dX 1:2:3 xerrorbars
Y has an error of dY, and
X has an error of dX X Y dX dY 1:2:3:4 xyerrorbars
Y has a range of [Y1,Y2] X Y Y1 Y2 1:2:3:4 yerrorbars
X has a range of [X1,X2] X Y X1 X2 1:2:3:4 xerrorbars
Y has a range of [Y1,Y2], and
X has a range of [X1,X2] X Y X1 X2 Y1 Y2 1:2:3:4:5:6 xyerrorbars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment