Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download
144 views
ubuntu2004-dev
Kernel: Python 3 (system-wide)
import matplotlib.pyplot as plt plt.scatter([1,2,3], [4,2,1], color = 'blue') plt.show()
Image in a Jupyter notebook