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


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

Re: No output

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.straub-nv.de!feeder.erje.net!news-2.dfn.de!news.dfn.de!news.gwdg.de!.POSTED!not-for-mail
From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: No output
Date Fri, 04 May 2012 10:44:21 +0200
Organization GWDG, Goettingen
Lines 35
Message-ID <jo04t5$242n$1@gwdu112.gwdg.de> (permalink)
References <c329b96b-086f-4dbf-993b-9307da5e5066@m16g2000yqc.googlegroups.com>
NNTP-Posting-Host mpl1136.mpl.mpg.de
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Trace gwdu112.gwdg.de 1336121061 69719 141.5.32.136 (4 May 2012 08:44:21 GMT)
X-Complaints-To news@gwdg.de
NNTP-Posting-Date Fri, 4 May 2012 08:44:21 +0000 (UTC)
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120317 Icedove/3.0.11
In-Reply-To <c329b96b-086f-4dbf-993b-9307da5e5066@m16g2000yqc.googlegroups.com>
Xref csiph.com comp.graphics.apps.gnuplot:1074

Show key headers only | 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