GNUPLOT-Dell Visualization Servers

Introduction

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.

Version : 5.0.1

Environmental setup for gnuplot 5.0.1

For c shell users:

set path=(/home/pkg/pub/gnu/gnuplot_5.0.1/bin $path)

setenv LD_LIBRARY_PATH /home/pkg/pub/gnu/gnuplot_5.0.1/libexec

 

For bash shell users:

export PATH=/home/pkg/pub/gnu/gnuplot_5.0.1/bin:$PATH

export LD_LIBRARY_PATH=/home/pkg/pub/gnu/gnuplot_5.0.1/libexec:$LD_LIBRARY_PATH

 

<strongHow to invoke?

gnuplot

Documentation:

Demo for gnuplot

Report Problems to:

If you encounter any problem in using this software please contact System Administrators in #103(SERC)