Plot, scatter, histogram


  • plot - line
  • scatter - just the values
  • histogram (to group the values into bins)
  • plt.hist(data, bin=10)