Difference between revisions of "GnuPlot"

From UFRC
Jump to navigation Jump to search
Line 33: Line 33:
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
GNUPlot will produce a warning about the missing Arial font when run. To enable the use of a free font similar to Arial add the following lines to your <code>~/.bashrc</code> file:
+
GNUPlot may produce a warning about the missing Arial font when run. To enable the use of a free font similar to Arial add the following lines to your <code>~/.bashrc</code> file:
  
 
  export GDFONTPATH=/usr/share/fonts/liberation
 
  export GDFONTPATH=/usr/share/fonts/liberation

Revision as of 13:01, 1 October 2012

Description

gnuplot website  

Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. The source code is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. Gnuplot has been supported and under active development since 1986.

Required Modules

modules documentation

Serial

  • gnuplot

System Variables

  • HPC_{{#uppercase:gnuplot}}_DIR - installation directory

How To Run

GNUPlot may produce a warning about the missing Arial font when run. To enable the use of a free font similar to Arial add the following lines to your ~/.bashrc file:

export GDFONTPATH=/usr/share/fonts/liberation
export GNUPLOT_DEFAULT_GDFONT=LiberationSans-Regular