|
From:
<br...@ph...> - 2005-06-07 14:53:53
|
KITA Toshihiro wrote: > The problem happens when I set a label string and the offset at the same time. > > gnuplot> set xla "x" > gnuplot> set xla -10, -2 > > is OK, but, I get > > gnuplot> set xla "x" -10, -2 > ^ > invalid expression Please compare this command to the actual syntax description found under "help xlabel": you're missing the 'offset' keyword. |