Subject: | invalid expression at timeaxis and range specified |
Date: | Wed, 29 Jun 2011 13:05:21 +0900 |
To: | bug-Chart-Gnuplot [...] rt.cpan.org |
From: | false <false.gm [...] gmail.com> |
on Chart-Gnuplot-0.16, specified both timeaxis and yrange causes
error 'invalid expression' at plot2d.
Chart::Gnuplot->new(timeaxis => 'x', yrange=[0, 100]);
Gnuplot.pm makes commands
set xdata time
set timefmt "%Y-%m-%d"
set yrange ['0':'100'] <- valid command is set yrange [0:100]
Attaching my fix .
Message body is not shown because sender requested not to inline it.