Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Gnuplot

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Perform the installation.
    yum install gnuplot
  3. Set the Gnuplot environment variables.
    export GNUTERM=dumb
    export GNUPLOT=/usr
    export PATH=/usr/bin:$PATH
    export MANPATH=/usr/share/man/man1:$MANPATH