S186659

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    Matplotlib

    Completed
    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...
    • 2 followers
    • 2 comments
    • 0 votes