Gnuplot: Difference between revisions
Jump to navigation
Jump to search
(Created page with "gnuplot is an open source graphing program. The homepage is located [http://www.gnuplot.info/ here] and has full documentation. It is often very difficult to find useful comma...") |
(No difference)
|
Latest revision as of 10:36, 13 May 2019
gnuplot is an open source graphing program. The homepage is located here and has full documentation. It is often very difficult to find useful commands (the needle in a haystack problem) so a few are documented in the tutorials below. Please add any and all useful commands you think other people would find useful!
Tutorials
- Plotting (x,y) data from a file - includes the labelling of axis etc
- Plotting a free energy surface from WHAM output
- Adding labels to a plot
- Saving a plot as a postscript (ps or eps) file
- Plotting a quick histogram in gnuplot using the raw data
- Plotting data in real time
- Linear and non-linear regression in gnuplot