Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

plot x y graphic interface.

49 views
License: GPL3
ubuntu2204
x=(1,2,3,4,5,6) y=(6,6,7,8,9,5) #interactive plot(x,y).show() # #plot(x, y).show()
Error in lines 3-3 Traceback (most recent call last): File "/cocalc/lib/python3.11/site-packages/smc_sagews/sage_server.py", line 1244, in execute exec( File "", line 1, in <module> NameError: name 'interactive' is not defined