Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1355

Re: png terminal not working, 'help' saying "Permission denied"

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: png terminal not working, 'help' saying "Permission denied"
Followup-To comp.graphics.apps.gnuplot
Date 2012-08-23 14:15 -0700
Organization gnuplot development team
Message-ID <k166gv$ofm$1@dont-email.me> (permalink)
References <236a4b67-b836-412d-864c-7442f9cf6e05@googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Abigail wrote:

> Hello,
> 
> I have gnuplot version 4.6 and am running it on Mac OS X 10.6.8. I want to
> output my file as a png (set output 'myplot.png';), but it is not listed
> as a possible terminal when I type "set terminal". 

The set of supported terminals is determined at the time gnuplot is built.
You cannot add or remove support afterwards.
From your description, it seems that neither png nor pngcairo support was
configured into your gnuplot executable when it was built.

> I have installed cairo and pango with macports (with the flags
> +no_x11 +quartz +universal) but somehow gnuplot doesn't see them? It is
> very frustrating. I remember having some issues when I was installing
> gnuplot, but I eventually just let fink do the heavy lifting.

See above. The various support libraries must be already installed at the
time gnuplot is built.  Adding them later won't help.

> I have tried doing it as a postscript (.eps) but my computer then cannot 
> open the file afterward  (even sudoing it open doesn't work, because 
> apparently there's nothing in the .eps file).

That is some totally different problem.  Several possible causes:
1) The PostScript header files were not installed on your system, or were
installed some place other than where gnuplot is looking for them.
2) The headers are OK, but you didn't close the output file ("unset out")
in gnuplot before trying to view it. 

> Also, when I type 'help' in gnuplot I get "Permission denied." 

No idea.  I haven't encountered that one before.

> 
> Your insight is much appreciated!
> 
> Thank you,
> Abigail

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

png terminal not working, 'help' saying "Permission denied" Abigail <abigail.lauren@gmail.com> - 2012-08-22 19:04 -0700
  Re: png terminal not working, 'help' saying "Permission denied" sfeam <sfeam@users.sourceforge.net> - 2012-08-23 14:15 -0700
  Re: png terminal not working, 'help' saying "Permission denied" abigail.lauren@gmail.com - 2012-08-23 16:38 -0700
  Re: png terminal not working, 'help' saying "Permission denied" Abigail <abigail.lauren@gmail.com> - 2012-08-24 10:09 -0700

csiph-web