S186659
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
S186659 created a post, CompletedMatplotlib
In PyCharm Pro i tried to plot simple thing. import numpy as npimport matplotlib.pyplot as pltx = np.array([1,2,3])y = np.array([1,2,3])plt.plot(x,y)plt.show() The problem is that plot doesnt sh...