-
-
Save aletelecom/e0c1146f70951a1176d0b7b0bd96ffe3 to your computer and use it in GitHub Desktop.
Viz 3 part 2
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
scatter = ax.scatter(x=client_per_olt, y=avg_speed, c=colors.astype('category').cat.codes*100, s=avg_speed*400, alpha=0.3, cmap='prism') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment