Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1620
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | Uwe Scholz <nurfuernews@web.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Thin space between value and unit in key with eps enhanced terminal |
| Date | Mon, 11 Feb 2013 11:20:20 +0100 |
| Organization | private |
| Lines | 26 |
| Message-ID | <87haljnod7.fsf@web.de> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.albasani.net F/RCB9rSHoSv4EWnODbO4QnCJ0GqQUuFJmu3DPbL8wwJpAKAe2dxBDaha8YIgUnd9IdN0+ZfNMYP0TEozk4RrUI29ciGewGTCbWb8aA3UIr+LIhlF11gbsB2KfbChxNQ |
| NNTP-Posting-Date | Mon, 11 Feb 2013 10:20:19 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="kLuQ+rq2zgFATuPvacTc17OuSVc+m2qxYKWVceSv+RR7BSkLfmlxT5kWSNh/0Mt/39rXjGsFbhwokHf95V20jOU2ko9GecK4NB4gKxyTCnzBU36GxgGP5vmaLBZq6CNn"; mail-complaints-to="abuse@albasani.net" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
| Cancel-Lock | sha1:m/8dGlkgAO6MQ9qmx/qJ1bvTFzs= sha1:vjQ+/6LZMPcC/XSOg/83pu9G/Ys= |
| Xref | csiph.com comp.graphics.apps.gnuplot:1620 |
Show key headers only | View raw
Hi,
for a report I'm trying to generate a plot with gnuplot. I'd like to
have a thin space(*) between the value and the unit in the legend of the
plot, which is done in LaTex by "\,". Unfortunately, I cant manage
this in gnuplot. Here comes a minimal example:
set terminal postscript eps enhanced 28 rounded
set encoding utf8
set output 'out.eps'
plot 1/(x+5) ti 'He, 1 keV/µm',\
1/(x+5)**2 ti 'Li, 5 keV/µm'
set output
unset output
What I already tried was to copy&paste a thin space out of a latex pdf
between the numbers and the units, generated by "\,". But this changes
literally nothing in the resulting eps file. I also could not found any
hints in the Internet.
Can somebody give me a clue how to solve this problem?
Thanks in advance,
Uwe
(*) https://en.wikipedia.org/wiki/Thin_space
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Thin space between value and unit in key with eps enhanced terminal Uwe Scholz <nurfuernews@web.de> - 2013-02-11 11:20 +0100
Re: Thin space between value and unit in key with eps enhanced terminal Christoph Bersch <usenet@bersch.net> - 2013-02-11 11:59 +0100
Re: Thin space between value and unit in key with eps enhanced terminal Uwe Scholz <nurfuernews@web.de> - 2013-02-11 15:06 +0100
csiph-web