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


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

batch mode for 2 plots - 2th plot no correctly finish - bug ?

Date 2011-10-05 18:01 +0200
From Philippe Marsault <philippe.marsault@freeeee.fr>
Newsgroups comp.graphics.apps.gnuplot
Subject batch mode for 2 plots - 2th plot no correctly finish - bug ?
Message-ID <4e8c7f67$0$18788$ba4acef3@reader.news.orange.fr> (permalink)
Organization les newsgroups par Orange

Show all headers | View raw


Dear all,

I use a batch file to draw differents curves like in this example :

cd "C:/Users/Philippe/Documents/Temporaire/test_gnuplot"
set terminal svg
set output "curve-1.svg"
plot "curve-1.dat"
set output "curve-2.svg"
plot "curve-2.dat"

with a simple file curve-1.dat like :

1.0  5.4
2.4  7.8
3.2  4.7

So, curve-1.svg is correctly writed, but the last curve-2.svg is  not 
completed.

This arrive with any driver, always the last file was uncorrect...

An idea ?

Thank you

-- 
To answer directly, suppress eeee in word free ....

<°)))- Philippe -<<<

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


Thread

batch mode for 2 plots - 2th plot no correctly finish - bug ? Philippe Marsault <philippe.marsault@freeeee.fr> - 2011-10-05 18:01 +0200
  Re: batch mode for 2 plots - 2th plot no correctly finish - bug ? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-10-05 20:51 +0200
    Re: batch mode for 2 plots - 2th plot no correctly finish - bug ? Philippe Marsault <philippe.marsault@freeeee.fr> - 2011-10-06 07:53 +0200

csiph-web