|
From: Theo <th...@gm...> - 2013-10-21 14:14:59
|
I am not sure whether I unterstand you correctly.
You may want to try
set format x "10^{%T}"
It will display the tic labels as 10^4, 10^5 etc. which saves space.
Assuming you are using wxt terminal you can have a nicer look if you type:
set term wxt enhanced
Am 21.10.2013 15:52, schrieb Mahmood Naderan:
> Hi
> I have been confused by setting a custom tic in a logscale mode. On x-axis I have
>
> 1, 10, 100, 1000, 1E+4, 1E+5
>
> Problem is that in small figures, the 'E' tics overlap each other (because they are long) and the figure gets messy. So I wrote
>
> set logscale x
> set xtics 1,10
> set xtics add (10000)
>
> So I expect not to see 100, 1000 and 1E+5. But the output is not I want. What is wrong then?
>
>
> Regards,
> Mahmood
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|