Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4462
| Path | csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Greek Characters in GnuPlot EPS output files |
| Date | Mon, 11 Apr 2022 09:46:49 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 32 |
| Message-ID | <t30mda$u1j$1@dont-email.me> (permalink) |
| References | <t2moj1$lek$1@gioia.aioe.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Mon, 11 Apr 2022 07:46:50 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="4c903be8e1331eee7c90dd1834138183"; logging-data="30771"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Ak55Tp0u8Uync3SLAUBKGsgplDCEuxvY=" |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 |
| Cancel-Lock | sha1:Y4u1GIqK5+pmSVAm2/Xnj8/cL4M= |
| In-Reply-To | <t2moj1$lek$1@gioia.aioe.org> |
| Content-Language | en-GB |
| Xref | csiph.com comp.graphics.apps.gnuplot:4462 |
Show key headers only | View raw
On 07.04.2022 15:22, Martin Brown wrote:
> I'm very much a beginner with Gnuplot and although I can get it to do
> most things now. But I have struggled totally with getting Greek
> characters alpha, beta, gamma, delta and pi to render.
>
> I need to produce Postscript graph output for publication and it has to
> work with MNRAS manuscript templates. I can examine the EPS output from
> enhanced mode and see the following plausible encoding in the text but
> it still renders as ASCII characters when the LaTex processes it.
>
> setrgbcolor
> 3106 1050 M
> [ /Symbol reencodeCP1252 def
> [(Symbol) 140.0 0.0 true true 0 (a)]
> [(Helvetica) 140.0 0.0 true true 0 (=0.5, )]
> [(Symbol) 140.0 0.0 true true 0 (g)]
> [(Helvetica) 140.0 0.0 true true 0 (=0.2)]
> ]
What termina ldo you use for the output?
set label "{/Symbol a b c d e}" at 0.5,0.5
set term post enhanced
set out 'ps-test-greek.ps'
plot sin(x)
set out
produce a graph with Greek characters as a Postscript-File. You must
used the enhanced option for this.
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Greek Characters in GnuPlot EPS output files Martin Brown <'''newspam'''@nonad.co.uk> - 2022-04-07 14:22 +0100
Re: Greek Characters in GnuPlot EPS output files Jörg Buchholz <bookwood4new@freenet.de> - 2022-04-11 09:46 +0200
Re: Greek Characters in GnuPlot EPS output files Martin Brown <'''newspam'''@nonad.co.uk> - 2022-04-11 17:21 +0100
Re: Greek Characters in GnuPlot EPS output files Jörg Buchholz <bookwood4new@freenet.de> - 2022-04-12 07:59 +0200
Re: Greek Characters in GnuPlot EPS output files Martin Brown <'''newspam'''@nonad.co.uk> - 2022-04-12 18:01 +0100
Re: Greek Characters in GnuPlot EPS output files Jörg Buchholz <bookwood4new@freenet.de> - 2022-04-13 07:48 +0200
Re: Greek Characters in GnuPlot EPS output files Martin Brown <'''newspam'''@nonad.co.uk> - 2022-04-13 16:57 +0100
Re: Greek Characters in GnuPlot EPS output files Jörg Buchholz <bookwood4new@freenet.de> - 2022-04-14 13:57 +0200
Re: Greek Characters in GnuPlot EPS output files Martin Brown <'''newspam'''@nonad.co.uk> - 2022-04-16 11:47 +0100
Re: Greek Characters in GnuPlot EPS output files Jörg Buchholz <bookwood4new@freenet.de> - 2022-04-19 06:55 +0200
csiph-web