Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 29, 2022 13:54
Show Gist options
  • Save aletelecom/4284e93ad904b66609c0c18adc32cac8 to your computer and use it in GitHub Desktop.
Save aletelecom/4284e93ad904b66609c0c18adc32cac8 to your computer and use it in GitHub Desktop.
Viz 3 part 3
lowest_t = throughput_olt.min()
hypothetical_olt = 'Highest speed per client OLT'
annotation = ax.annotate('{}'.format(hypothetical_olt), xytext=(.15,.5), xy=(800,15), xycoords='data', textcoords='axes fraction', arrowprops=dict(arrowstyle="->",
connectionstyle="arc3"))
ax.add_artist(annotation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment