Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #708

"~a{0.8-}" notation confuses legend arrangement

From Ryo <ryofurue@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject "~a{0.8-}" notation confuses legend arrangement
Date 2011-11-27 01:33 -0800
Organization http://groups.google.com
Message-ID <da7f1bb0-3d36-4975-ac35-2dde290255fe@h3g2000yqa.googlegroups.com> (permalink)

Show all headers | View raw


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?

Thank you,
Ryo

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

"~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