|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-10-21 14:09:41
|
On 21.10.2013 15:52, Mahmood Naderan wrote: > 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) Hmm. But they're actually _shorter_ than your alternative, so how do you expect that to be any better? > 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. How did you figure the above would remove the tics at 100, 1000 and 1e5? > But the output is not I want. And what _is_ the output? > What is wrong then? For now: your expectation. |