Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 29, 2022 13:55
Show Gist options
  • Save aletelecom/046474555e2af1e0c1403f5557d04d02 to your computer and use it in GitHub Desktop.
Save aletelecom/046474555e2af1e0c1403f5557d04d02 to your computer and use it in GitHub Desktop.
Viz 3 part 4
classes = ('gt 6Mbps','2Mbps & 6Mbps', 'lt 2Mbps')
legend1 = ax.legend(handles=scatter.legend_elements()[0]*10, labels=classes, loc='upper right', title='Legend')
ax.add_artist(legend1)
ax.set_ylim(0,20)
plt.xlabel('Client quantity per OLT')
plt.ylabel('Total Thoughput per OLT (Mbps)')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment