Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #709
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: "~a{0.8-}" notation confuses legend arrangement |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-11-27 16:51 -0800 |
| Organization | gnuplot development team |
| Message-ID | <jauluu$v8v$1@dont-email.me> (permalink) |
| References | <da7f1bb0-3d36-4975-ac35-2dde290255fe@h3g2000yqa.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Ryo wrote:
> Hello,
>
> Is this a bug? When I use the "~a{0.8-}" notation, the legend
> suddenly becomes horizontal. For example,
>
> set terminal postscript eps color 20 enhanced
> set output "tmp.eps"
> set key vertical
> plot sin(x) t "~{/Symbol k}{0.5\261}" lw 3 lc 0, \
> cos(x) t "{/Symbol k}" lw 3 lc 0
> #plot sin(x) t "{/Symbol k}" lw 3 lc 0, \
> # cos(x) t "{/Symbol k}" lw 3 lc 0
> set output
> set terminal wxt
>
> If you comment out the first plot command and use the second version,
> the legends are arranged vertically, as expected.
>
> Whether this is a bug or not, I need to fix it. Could somebody
> provide a workaround?
Work-around: Add a space before the closing double-quote sign.
plot sin(x) t "~{/Symbol k}{0.5\261} " lw 3 lc 0, \
cos(x) t "{/Symbol k}" lw 3 lc 0
>
> Thank you,
> Ryo
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
"~a{0.8-}" notation confuses legend arrangement Ryo <ryofurue@gmail.com> - 2011-11-27 01:33 -0800
Re: "~a{0.8-}" notation confuses legend arrangement sfeam <sfeam@users.sourceforge.net> - 2011-11-27 16:51 -0800
Re: "~a{0.8-}" notation confuses legend arrangement Ryo <ryofurue@gmail.com> - 2011-11-27 17:44 -0800
Re: "~a{0.8-}" notation confuses legend arrangement sfeam <sfeam@users.sourceforge.net> - 2011-11-27 20:14 -0800
csiph-web