Created
February 10, 2019 15:26
-
-
Save abhishek-Kumar009/a55dae4c770ffd1a373230692e289d2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plt.scatter(X[:, 0], X[:, 1], marker = "x") | |
plt.xlabel('Latency(ms)') | |
plt.ylabel('Throughput(mb/s)') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment