|
From: Theo <th...@gm...> - 2013-09-28 06:47:54
|
> I sort of hate it when I hear can't be done... > > set format y "%.sG" > > John > Really??? At my GnuPlot 4.6 this just adds G at each tic lable. I think what Mahmood was looking for, e.g.: set yrange [1e-18:1e18] set ytics 10 set format y "%.2s %c" As Bernhard wrote... also look e.g. at the example in the Gnuplot 4.6 PDF manual, page 113, example 6. Theo. |