-
-
Save aletelecom/4284e93ad904b66609c0c18adc32cac8 to your computer and use it in GitHub Desktop.
Viz 3 part 3
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
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