|
From: Thomas S. <t.s...@fz...> - 2007-11-23 16:18:15
|
you don't need 'histeps':
plot "integral.hist" us ($1-5.):2 title "integral input" with steps, \
"differential.hist" us ($1-5.):2 title "differential input" with steps,
\
"integralTrigger.hist" using ($1-5.):($2*10) title "integral trigger x
100" with steps, \
"differentialTrigger.hist" using ($1-5.):($2/4.41) title "differential
trigger x 100" with steps
--
View this message in context: http://www.nabble.com/Using-histep-in-log-mode-tf4858579.html#a13914899
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|