The Edit Graph Tool is accessible via two (mutually exclusive) ways by clicking the Edit Graph Tool Icon :



The Edit Graph Tool has:




Tool Strip Plot Generation










Tool Strip Edit Graph Panel Selection 




Select the Scripting Panel. It consists of a text field to include Gnuplot commands - most of the Gnuplot commands will work. The commands that are defined in this panel are included in the Gnuplot Plot Script File just before export and plot definitions in the script file. 

Select Edit Curves Panel to edit properties of individual curves in the plot. The panel gives also information on the data for the individual curves.

Select Graph Layout Panel to edit properties of the plot. Only a limited amount of gnuplot options are provided in this panel. Additional properties can be changed via the Scripting Panel

Select Plot Script Panel. It contains a read-only transcript of the script to generate the plot via Gnuplot.

The script consists of:

    • Default settings 
    • Line style and line type definitions defined via ...
    • Instruction defined in the Graph Layout Panel
    • A list of global variables and their value obtained after running HPx. Note that ".", ":", "::" in the naming etc. are replaced by an underscore. 
    • Instructions defined in the input by selected_graph. First, the general definitions are printed (commands between -start and -end)  followed by the graph specific definitions (commands between -fig_start and -fig_end).
    • Instructions from the Scripting Panel
    • Instructions for exporting the the plot (set terminal and set output Gnuplot commands)
    • Instructions for plotting (plot or splot Gnuplot commands, inline data for plotting data files or data selections not following the Gnuplot template)