gnuplot> load "all.dem"
in gnuplot's demo/ directory it should be part of your installation,
otherwise get it from the
source code archive
or file-by-file from
cvs.
Hint: you can get a single big postscript file of all the demo plots by the following sequence of commands
gnuplot> set terminal postscript color solid
gnuplot> set output "all_demos.ps"
gnuplot> load "all.dem"
gnuplot> set output
gnuplot> set terminal pop
Indexed online versions available by clicking below:
| Version 4.0 demos | Version 4.2 demos | CVS Version demos |
|---|---|---|
![]() |
![]() |
![]() |
| Operating system or Front-end Application | Gnuplot command | Screenshots |
| Any X Window (X11) server e.g. Unix, Linux, OS/2, MacOS X, cygwin under MS Windows |
set terminal x11 | test and sinc |
| Presentation Manager under OS/2 or eComStation | set terminal pm | curves, map, and surface |
| MS Windows | set terminal windows | butterly and hidden3d and pm3d |
| Macintosh MacOS X aquaterm home page | set terminal aqua | gnuplot+octave |
| Octave www.octave.org | gnuplot+octave | |
| Emacs gnuplot-mode | emacs session | |
| SAGE sage.scipy.org | SAGE session |
| Output terminal | Gnuplot command | Viewer |
| fig graphics language | set terminal fig | Xfig under X11 |
| PNG Portable Network Graphics format | set terminal png | test command |
| PDF Portable Document Format | set terminal pdf | In Acrobat Reader (raw pdf here) |
| SVG Scalable Vector Graphics format | set terminal svg | Mozilla, KDE 3.2, and editing in sodipodi |
Note: gif output format is not supported for patent reasons, see faq. Use png instead.