[sage-support] Re: gridlines in 0.5 units

2020-06-30 Thread Bert Henry
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/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.show
>  
> for more examples.
>
> Eric. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/588e9111-841c-4cd2-b37d-2a65db2038a1o%40googlegroups.com.


[sage-support] Re: gridlines in 0.5 units

2020-06-30 Thread 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/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.show
 
for more examples.

Eric. 


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/29f4748b-73a6-4627-ab03-7089aee10aa5o%40googlegroups.com.