mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
colormaps didn't automatically range themselves using zmin/zmax. They now do
This commit is contained in:
parent
91134938a7
commit
b684dc3dd4
@ -367,6 +367,7 @@ sub mainThread
|
|||||||
if($options{colormap})
|
if($options{colormap})
|
||||||
{
|
{
|
||||||
print PIPE "set view map\n";
|
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"'
|
# For the specified values, set the legend entries to 'title "blah blah"'
|
||||||
|
Loading…
Reference in New Issue
Block a user