Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1592 > unrolled thread
| Started by | barbalhodantas@gmail.com |
|---|---|
| First post | 2013-02-01 09:12 -0800 |
| Last post | 2014-02-08 11:14 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
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
| From | barbalhodantas@gmail.com |
|---|---|
| Date | 2013-02-01 09:12 -0800 |
| Subject | Saving 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]
| From | barbalhodantas@gmail.com |
|---|---|
| Date | 2013-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]
| From | jei5028@psu.edu |
|---|---|
| Date | 2014-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