Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 29, 2022 13:53
Show Gist options
  • Save aletelecom/e0c1146f70951a1176d0b7b0bd96ffe3 to your computer and use it in GitHub Desktop.
Save aletelecom/e0c1146f70951a1176d0b7b0bd96ffe3 to your computer and use it in GitHub Desktop.
Viz 3 part 2
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