Pyplot : A Graphical Interface for Gnuplot

Got Python?
Gnuplot
ctfmatch is another plotting program, useful for viewing the CTF outputs of SPIDER's 'TF ED' operation.

Pyplot is a program, written in Python, that provides a simple interface to gnuplot. The arguments to pyplot are the SPIDER doc files you wish to plot (unix wildcards are allowed):

USAGE: pyplot roo*

A list of data files is presented in a graphical interface. As each file is selected, it is plotted using gnuplot. Clicking on an already selected file deselects it, and removes it from the plot. Here's what it looks like:

   




Gnuplot

An online manual for gnuplot is available at
www.gnuplot.info/docs/gnuplot.html.

Lots of gnuplot links at Gnuplot Central.

Back to index