|
From: Petr M. <mi...@ph...> - 2008-01-31 20:46:01
|
According to the discussion at <bu...@oc...>:
Subject: Re: Mixed format for y-axis in semilogy
a question is: how to get a "nice" %t? Something like %g? Here is an
example:
set format x "%t*10^{%T}"
set xrange [1.1e8:1.8e8]
plot x
set format x "%.0t*10^{%T}"
replot
set format x "%.1t*10^{%T}"
replot
Can the appropriate number of digits be decided automatically by gnuplot?
---
PM
|