|
From: Mahmood N. <nt_...@ya...> - 2013-10-21 13:52:33
|
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 |