Dear Eric,
it works, thanks a lot.
Bert
Am Dienstag, 30. Juni 2020 13:35:06 UTC+2 schrieb Eric Gourgoulhon:
>
> Here is an example enforcing the gridlines every 0.5 units:
>
> plot(sin(x^2), (x, 0, 6), gridlines=[[0, 0.5, .., 6], [-1, -0.5, .., 1]])
>
> See
> https://doc.sagemath.org/html/en/ref
Here is an example enforcing the gridlines every 0.5 units:
plot(sin(x^2), (x, 0, 6), gridlines=[[0, 0.5, .., 6], [-1, -0.5, .., 1]])
See
https://doc.sagemath.org/html/en/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.show
for more examples.
Eric.
--
You received t