|
From: sfeam (E. Merritt) <eam...@gm...> - 2012-10-31 05:06:07
|
On Tuesday, 30 October 2012, Dmitri A. Sergatskov wrote:
> The following code:
>
> set format x "10^{%T}"
> set format y "10^{%T}"
> set logscale xy
> set term x11 enh
> plot [0.001:100] x
>
> make plot with "bad" labels (see attached).
> The result is what expected on 4.6.x (also attached)
> or on 4.7 with wxt term.
Thanks for the report.
This was a problem (fixed now) in gnuplot_x11.
A new more compact format for transfering coordinates
between x11.trm and gnuplot_x11 was introduced recently,
but the "T" case didn't quite match on the gnuplot_x11 end.
Ethan
>
> Dmitri.
> --
>
|