Difference between revisions of "Frequently Asked Questions"
From PLplotWiki
(changed text formatting) |
(Added question) |
||
Line 1: | Line 1: | ||
=== My program exits with the error message <tt>Unable to either (1) open/find or (2) allocate memory for the font file</tt> === | === My program exits with the error message <tt>Unable to either (1) open/find or (2) allocate memory for the font file</tt> === | ||
The PLplot library can't find the font files <tt>plstnd5.fnt</tt> and <tt>plxtnd5.fnt</tt>. Set the environment variable <tt>PLPLOT_LIB</tt> to the directory where these files are, e.g. <tt>export PLPLOT_LIB=/usr/local/plplot/data</tt>. | The PLplot library can't find the font files <tt>plstnd5.fnt</tt> and <tt>plxtnd5.fnt</tt>. Set the environment variable <tt>PLPLOT_LIB</tt> to the directory where these files are, e.g. <tt>export PLPLOT_LIB=/usr/local/plplot/data</tt>. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === I am trying to find a way to plot to screen (using Fortran 95) and exit the programme without killing the X output window (like the PGPLOT /xserver output option). Is there any? === |
Latest revision as of 11:48, 22 December 2009
My program exits with the error message Unable to either (1) open/find or (2) allocate memory for the font file
The PLplot library can't find the font files plstnd5.fnt and plxtnd5.fnt. Set the environment variable PLPLOT_LIB to the directory where these files are, e.g. export PLPLOT_LIB=/usr/local/plplot/data.