Skip to content

Instantly share code, notes, and snippets.

@abhishek-Kumar009
Created February 10, 2019 15:34
Show Gist options
  • Save abhishek-Kumar009/f75eeab5a32024b031fccf70efa2a41c to your computer and use it in GitHub Desktop.
Save abhishek-Kumar009/f75eeab5a32024b031fccf70efa2a41c to your computer and use it in GitHub Desktop.
plt.scatter(X[:, 0], X[:, 1], marker = "x")
plt.xlabel('Latency(ms)')
plt.ylabel('Throughput(mb/s)')
plt.scatter(X[listOfOutliers,0], X[listOfOutliers, 1], facecolors = 'none', edgecolors = 'r')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment