|
From: Roshni R. <raj...@gm...> - 2015-01-09 03:50:02
|
is this logscale y in gnuplot in terms of log base 10??? On Wed, Dec 3, 2014 at 12:08 AM, BBands <bb...@gm...> wrote: > I'd let gnuplot mind the ranges for you. > > set xrange [1:100] > plot x*x > pause -1 > set logscale y > plot x*x > pause -1 > unset logscale > set xrange [1:101] > plot x*x > pause -1 > set logscale y > plot x*x > > gnuplot will usually do a pretty nice job for you. > > John > > On Fri, Nov 28, 2014 at 9:03 PM, Roshni Rajkumari > <raj...@gm...> wrote: > > Hop msg > > 1 8.00 > > 2 30.00 > > 3 94.00 > > 4 280.00 > > 5 822.00 > > 6 2400.00 > > 7 7000.00 > > 8 20398.00 > > 9 59454.00 > > 10 173226.00 > > > > > > how do i plot this....i mean wat do i put the range for 'msg' > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |