user2023370
user2023370

Reputation: 11037

Gnuplot 4.4 axis offset problem

I recently upgraded to Ubuntu 11.04 and Gnuplot 4.4, and find that axis label offsets no longer work. I get the following error message:

set ylabel "Speed" 2
                   ^
"graph1.plt", line 17: ';' expected

(Putting in the semicolon doesn't help.) Is there perhaps now another way to do the same thing?

Upvotes: 1

Views: 2352

Answers (1)

Sunhwan Jo
Sunhwan Jo

Reputation: 2311

try

set ylabel "Speed" offset 2

Upvotes: 2

Related Questions