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


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

Saving emf graphs to hard drive or clipboard

Started bybarbalhodantas@gmail.com
First post2013-02-01 09:12 -0800
Last post2014-02-08 11:14 -0800
Articles 3 — 2 participants

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


Contents

  Saving emf graphs to hard drive or clipboard barbalhodantas@gmail.com - 2013-02-01 09:12 -0800
    Re: Saving emf graphs to hard drive or clipboard barbalhodantas@gmail.com - 2013-02-01 10:32 -0800
      Re: Saving emf graphs to hard drive or clipboard jei5028@psu.edu - 2014-02-08 11:14 -0800

#1592 — Saving emf graphs to hard drive or clipboard

Frombarbalhodantas@gmail.com
Date2013-02-01 09:12 -0800
SubjectSaving emf graphs to hard drive or clipboard
Message-ID<22ee8d93-e5ef-4836-a62f-e979b56b385f@googlegroups.com>
Hi all,
I'm very new to GNUplot, and for the last couple of hours I have been testing and comparing graph quality when exported to word processors. It turns out the Enhanced meta file (EMF) is, by far, the best option. So I would like to know how to get GNUplot to generate graphs in this format.

Thank you

Márcio

[toc] | [next] | [standalone]


#1593

Frombarbalhodantas@gmail.com
Date2013-02-01 10:32 -0800
Message-ID<ddb280d6-096d-4398-a57b-ed4fb13f7f91@googlegroups.com>
In reply to#1592
On Friday, February 1, 2013 2:12:46 PM UTC-3, barbalh...@gmail.com wrote:
> Hi all,
> 
> I'm very new to GNUplot, and for the last couple of hours I have been testing and comparing graph quality when exported to word processors. It turns out the Enhanced meta file (EMF) is, by far, the best option. So I would like to know how to get GNUplot to generate graphs in this format.
> 
> 
> 
> Thank you
>

Alright, after a little searching I found out how to do it:

Just add these at the end of the script:

#set term emf
#set output 'graph1.emf'
#replot
#set term pop
#set output

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


#2301

Fromjei5028@psu.edu
Date2014-02-08 11:14 -0800
Message-ID<c7e4f79f-2da7-4104-b846-db18e6c868f5@googlegroups.com>
In reply to#1593
Thanks for following up with the answer to your own question, this helped me a lot!

[toc] | [prev] | [standalone]


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


csiph-web