|
From: <br...@ph...> - 2006-09-12 18:58:16
|
Lyles Robin wrote: > mgen input traffic.mgn output /dev/stdout | trpr drec real auto X | > gnuplot -noraise -persist > To pipe real time traffic results going over a net to gnuplot for a > graphical representation. However the y scale jumps about all the time > making it pretty useless and hard to understand! Can someone tell me how > I can fix the y scale please? I've tried things like set yrange [ 0 : > 100 ] but they obviously can't be applied like this at the command line... Then you'll have to either patch that 'trpr' program, or splice in another filter that prepends a 'set yrange' commands before the output of 'trpr'. |