dummy

Plotting with gnuplot for (GIX-) dummies

Under construction!!

gnuplot is a command-driven interactive function plotting program. With gnuplot you can make plots from our database quite easily...

Getting started

To start gnuplot, type gnuplot. To quit it type exit, quit, q or Ctrl-D. You can give individual commands to gnuplot, but when plotting complicated plots it's better to write scripts and then run them with gnuplot. Write the script with any text editor, save it and run by typing load 'file.gnu' in gnuplot.

A good (?) example is the best way to learn the basics:

An example of a single plot
An example of 3X4 multiplot
A perl-script which produces a gnuplot-script in order to plot RATAN and other data
Instructions for plotting lightcurves

Some useful notes

Links


Complete gnuplot documentation (v.4.0)
Complete gnuplot documentation (v.3.7)
Akira Ohnishi: Library -- gnuplot Examples
Some short examples
Gnuplot: not so Frequently Asked Questions
Gnuplot vs. 4.0 FAQ


Updated 040820/ilo