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


Groups > comp.graphics.apps.gnuplot > #3320 > unrolled thread

How can I write an image in another folder

Started byJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
First post2016-05-02 11:38 +0200
Last post2016-05-03 14:23 +0200
Articles 3 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  How can I write an image in another folder Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2016-05-02 11:38 +0200
    Re: How can I write an image in another folder Michael Okuntsov <okuntsov.mikhail@yandex.ru> - 2016-05-02 17:51 +0600
      Re: How can I write an image in another folder Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2016-05-03 14:23 +0200

#3320 — How can I write an image in another folder

FromJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
Date2016-05-02 11:38 +0200
SubjectHow can I write an image in another folder
Message-ID<alpine.WNT.2.20.1605021129410.7796@dhcp3-6>
If I say:
plot 'mydata.txt' with lines
set term jpg
cd 'c:\somewhereelse'
set out "mypicture.jpg"
replot

Gnuplot tries to fetch mydata.txt in \somewhereelse. How can I work around?
Gnuplot doesn't like set out "c:\somewherelse\mypicture.jpg"

Regards
-- 
Jean-Pierre Coulon

[toc] | [next] | [standalone]


#3321

FromMichael Okuntsov <okuntsov.mikhail@yandex.ru>
Date2016-05-02 17:51 +0600
Message-ID<ng7eov$j3j$1@dont-email.me>
In reply to#3320
02.05.2016 15:38, Jean-Pierre Coulon пишет:
> set out "mypicture.jpg"
Have you tried set out "c:\\somewherelse\\mypicture.jpg" ?
Or maybe set out "c:/somewherelse/mypicture.jpg" ?

[toc] | [prev] | [next] | [standalone]


#3322

FromJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
Date2016-05-03 14:23 +0200
Message-ID<alpine.WNT.2.20.1605031423250.7472@dhcp3-6>
In reply to#3321
On Mon, 2 May 2016, Michael Okuntsov wrote:

> 02.05.2016 15:38, Jean-Pierre Coulon пишет:
>> set out "mypicture.jpg"
> Have you tried set out "c:\\somewherelse\\mypicture.jpg" ?
> Or maybe set out "c:/somewherelse/mypicture.jpg" ?

Both work, thanks.

-- 
Jean-Pierre Coulon

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web