|
From: Radek M. <rad...@gm...> - 2025-08-28 08:50:57
|
No error on my side, however as I realize, I am using rather old version of
GLE (v.4.3.4). What version do you use? If there is some regression, is should
be relatively easy to find.
Just for record, you claim to have an issue with "sci 2 10", however your code
snippet uses "sci 3 10". Tried both, both works (that is probably what you
meant, by number of digits does not matter).
Radek
On čtvrtek 28. srpna 2025 10:36:34, středoevropský letní čas Lukas Flierl
wrote:
> Dear all,
>
> I am preparing some figures and when using format "sci 2 10" an error
> occurs. the number of digits does not seem to b the issue I also tried "sci
> 4 10". Here is my GLE code:
>
> size 12.0 12.0
>
> begin graph
> xaxis min 1 max 100
> ! does not work
> yaxis min -1e-6 max 3e-3 format "sci 3 10"
> ! does work
> !yaxis min -1e-6 max 3e-3 format "sci 10"
> ! error message. Unrecognised control sequence {cdot}
> end graph
>
> Any idea what is causing this?
>
> Cheers
> Lukas |