From c99b377083800adbebd3306498253a3eedae8351 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 2 Mar 2022 19:32:19 -0800 Subject: [PATCH] --zmin,--zmax,--zlabel are sent if requested I don't try to figure out if they make sense or not: gnuplot can do that --- bin/feedgnuplot | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 2199578..aaaf08c 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -423,15 +423,6 @@ sub interpretCommandline exit -1; } - if(!$options{colormap}) - { - if ( defined $options{zmin} || defined $options{zmax} || defined $options{zlabel} ) - { - print STDERR "--zmin/zmax/zlabel only makes sense with --3d or --colormap\n"; - exit -1; - } - } - if ( defined $options{square_xy} ) { print STDERR "--square_xy only makes sense with --3d\n";