From f4976bd0f700fd2d745a201b81835b544188ac5f Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 19 Oct 2013 15:33:30 -0700 Subject: [PATCH] --circles explicitly not supported for 3d plots --- bin/feedgnuplot | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 5b0ce26..c89315e 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -245,6 +245,12 @@ sub interpretCommandline print STDERR "--3d does not make sense with histograms\n"; exit -1; } + + if ( defined $options{circles} ) + { + print STDERR "--3d does not make sense with circles (gnuplot doesn't support this)\n"; + exit -1; + } } else { @@ -1218,7 +1224,7 @@ Interpret the X data as a time/date, parsed with the given format Show a colormapped xy plot. Requires extra data for the color. zmin/zmax can be used to set the extents of the colors. Automatically increments -extraValuesPerPoint +C<--extraValuesPerPoint> =item @@ -1246,7 +1252,8 @@ Do [not] draw points --circles Plot with circles. This requires a radius be specified for each point. -Automatically increments extraValuesPerPoint +Automatically increments C<--extraValuesPerPoint). C supported for 3d +plots. =item