Skip to content

Instantly share code, notes, and snippets.

@abhishek-Kumar009
Created February 10, 2019 15:26
Show Gist options
  • Save abhishek-Kumar009/a55dae4c770ffd1a373230692e289d2a to your computer and use it in GitHub Desktop.
Save abhishek-Kumar009/a55dae4c770ffd1a373230692e289d2a 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)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment