[feedgnuplot] 24/42: --circles explicitly not supported for 3d plots

Dima Kogan dkogan-guest at alioth.debian.org
Sun Oct 20 08:04:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to tag v1.25
in repository feedgnuplot.

commit f4976bd0f700fd2d745a201b81835b544188ac5f
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 19 15:33:30 2013 -0700

    --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<Not> supported for 3d
+plots.
 
 =item
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list