|
From: Lukas F. <fli...@gm...> - 2025-08-28 08:36:51
|
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
|