Hello! Using www.sagenb.com I typed the following code in the cell of my worksheet:
import matplotlib.pyplot as plt
plt.plot([1, 3, 2, 4])
plt.show()
Unfortunately there isn't any graph under the cell. What should I do? Thanks.
1 | initial version |
Hello! Using www.sagenb.com I typed the following code in the cell of my worksheet:
import matplotlib.pyplot as plt
plt.plot([1, 3, 2, 4])
plt.show()
Unfortunately there isn't any graph under the cell. What should I do? Thanks.
2 | No.2 Revision |
Hello! Using www.sagenb.com I typed the following code in the cell of my worksheet:
import matplotlib.pyplot as plt
plt.plot([1, 3, 2, 4])
plt.show()
Unfortunately there isn't any graph under the cell. What should I do? Thanks.