|
From: till_hm <ti...@gm...> - 2010-08-24 12:52:15
|
Hey, I tried to create a histogram as suggested here (http://gnuplot.sourceforge.net/demo/random.html) by using bin(x,w)=w*floor(x/w) plot 'file.txt' using (bin(($1), .1)):(1.0) smooth frequency which works nicely. However, if I execute set logscale y gnuplot seems to apply the log to (1.0) before adding up the values with frequency, such that I get the following error: Warning: empty y range [1:1], adjusting to [0.99:1.01] Any help is greatly appreciated! Cheers, Till -- View this message in context: http://old.nabble.com/Smooth-frequency-and-logscale-tp29521617p29521617.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |