Personal tools
You are here: Home NTNU NTNU News Gnuplot 4.2.6 is available on Njord
Navigation
 

Gnuplot 4.2.6 is available on Njord

by Jørn Amundsen last modified Feb 09, 2010 02:13 PM

Gnuplot is upgraded to the latest 4.2.6 release on njord.

Gnuplot is recently upgraded to the latest 4.2.6 release on njord. Wit the release, all major graphic output (terminal types) is available, including X11, JPEG, GIF, PNG, Postscript and PDF. For an overview of available terminal capabilities, type
 $ gnuplot
 gnuplot> set terminal
The usual Linux TrueType fonts are also made available, type
 $ gnuplot
 gnuplot> show fontpath
to list the default font search path. TrueType fonts within a font path directory might be specified by using the file name without the .ttf, .pfa or .pfb extensions.

 

The image below is the last demo sample on Gnuplot PM3D hidden surface removal demo, with PNG output. It is generated on njord with this gnuplot script. The image could also be saved to a PDF file, by changing terminal type and output file name, similar to what is done in this gnuplot script. The script PDF output is avaiable here. Refer to the article Data Visualization with Gnuplot for further examples on how to visualize your results with gnuplot.

Document Actions