On Thursday, October 17, 2024 at 1:55:27 PM UTC-4 Edward K. Ream wrote:
import sage.all as sage
from sage.all import Integer, plot
y = sage.circle(
(Integer(0),Integer(0)), Integer(1),
rgbcolor=(Integer(1),Integer(1),Integer(0)))
print(y)
The print statement works, but neither of the following statements works:
y.show()
y.plot()
Getting the plot statement to show the expected plot is my next project.
Maybe:
https://ask.sagemath.org/question/37719/how-can-i-display-a-plot-from-a-script/
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/6456511c-a20d-4adf-acfb-90e43b3459cen%40googlegroups.com.