From f01431dd1e5bb4817abcc84519107a82178cf090 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 22 Jan 2016 00:48:59 -0800 Subject: [PATCH] removed unneeded old code --- bin/feedgnuplot | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 9789769..af71a35 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -605,11 +605,6 @@ sub mainThread setCurveAsHistogram( $_ ) foreach (@{$options{histogram}}); - # set all the axis ranges - # If a bound isn't given I want to set it to the empty string, so I can communicate it simply to - # gnuplot - print PIPE "set xtics\n"; - if(@{$options{y2}}) { print PIPE "set ytics nomirror\n";