in reply to Re^4: Is it possible to create an interactive scale for palette in GNUplot?
in thread Edited:Using Chart::Gnuplot to creat an interactive scale for palette?
Your variables won't be interpolated inside single quotes. Use doubles
$chart->set(cbrange => "[$x:$y]");
|
|---|