Gnuplot usage in Reconstruction Procedures




Most reconstruction procedures have a default value for: [viewplot-yn] set to: 1 . If Gnuplot is installed on your machine and accessible as gnuplot then Gnuplot should start up and display the current plot. However, this may not work if the Gnuplot file: is not in the same directory as your procedure.

If the current plot is not displayed or you wish to view it at a later time, either:

  1. From the command line, type:
        gnuplot -persist
  2. Run Gnuplot interactively from the command line. This will allow you to display different plots without opening a new plot each time. Remember to include the quotes.
        gnuplot
    And from the Gnuplot prompt, type:
        load


See the Gnuplot manual for details.