I am using set format x '%.0e' to have x-axis numbers in scientific format. Problem is, the 0 is shown as 0E+00. How can I exclude 0 in scientific format?
Also other number has two digits in their exponential. Instead of 2E+01 I want 2E+1.
