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


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

Re: No output

From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: No output
Date 2012-05-04 10:44 +0200
Organization GWDG, Goettingen
Message-ID <jo04t5$242n$1@gwdu112.gwdg.de> (permalink)
References <c329b96b-086f-4dbf-993b-9307da5e5066@m16g2000yqc.googlegroups.com>

Show all headers | View raw


On 03.05.2012 18:27, bioinfo wrote:
>
> I have installed gnuplot in my windows machine and it did plot
> something yesterday.

Which version, from which source?

> But after that all my attempts to run the same
> command and plotting the same output has been fruitless. Even I tried
> to plot something like:
>
> gnuplot>  plot "-"
> 1 1
> 2 4
> 3 9
> e
>
> returns no results. It just comes back to the command prompt.

Which terminal did you use? -> see output of 'show terminal'

> In the same lines, I set terminal to pdf in my linux system and
> plotted the output to a *.pdf file, but my pdf reader could not open
> it and returns error.

Usually, the output file is not finished and closed after the 'plot' 
command. If you are in an interactive session, try 'set output' after 
you are finished:

set terminal pdfcairo
set output 'test.pdf'
plot sin(x)
set output

Christoph

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


Thread

No output bioinfo <tsucheta@gmail.com> - 2012-05-03 09:27 -0700
  Re: No output Christoph Bersch <usenet@bersch.net> - 2012-05-04 10:44 +0200

csiph-web