Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1728 > unrolled thread
| Started by | sebassan182@gmail.com |
|---|---|
| First post | 2013-03-25 07:58 -0700 |
| Last post | 2013-03-26 10:42 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: resize key font using epslatex terminal sebassan182@gmail.com - 2013-03-25 07:58 -0700
Re: resize key font using epslatex terminal Christoph Bersch <usenet@bersch.net> - 2013-03-26 10:42 +0100
| From | sebassan182@gmail.com |
|---|---|
| Date | 2013-03-25 07:58 -0700 |
| Subject | Re: resize key font using epslatex terminal |
| Message-ID | <ec1ec9eb-9164-4aa8-a97f-f63a7be5a9ae@googlegroups.com> |
On Friday, July 24, 2009 8:50:13 AM UTC+2, Christoph Bersch wrote: > dai_bach schrieb: > > Hi, > > > > I'm looking to use a smaller font size in the legend/key than the rest > > of my figure. I've seen a similar thread on how to do this for the > > postscript enhanced terminals (see below), but I can't figure out how > > to do the same using epslatex. > > You can use any LaTeX commands inside the labels: > > set terminal epslatex standalone > set output 'footnotesize.tex' > plot sin(x) t '\footnotesize $\sin(x)$' > > Unfortunately it is not possible to use the > set key font "..." > command with the epslatex terminal to change the font of all legend labels. > > Christoph Hi, I'm Trying to do something similar to what dai_bach wanted. In may case I just want to resize the tics without resizing key or title font. Do you know how can I get this?
[toc] | [next] | [standalone]
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Date | 2013-03-26 10:42 +0100 |
| Message-ID | <kirqdr$73a$1@dont-email.me> |
| In reply to | #1728 |
Am 25.03.2013 15:58, schrieb sebassan182@gmail.com: > In may case I just want to resize the tics without resizing key or > title font. Do you know how can I get this? set tics scale 0.5 Christoph
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web