diff --git a/feedGnuplot.pl b/feedGnuplot.pl index ae64cf2..77da2b7 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -367,6 +367,7 @@ sub mainThread if($options{colormap}) { print PIPE "set view map\n"; + print PIPE "set cbrange [". $options{zmin} . ":" . $options{zmax} ."]\n" if length( $options{zmin} . $options{zmax} ); } # For the specified values, set the legend entries to 'title "blah blah"'