Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Created August 1, 2020 14:23
Show Gist options
  • Select an option

  • Save sadimanna/130835bf2edae1c11cf8147950c909ea to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/130835bf2edae1c11cf8147950c909ea to your computer and use it in GitHub Desktop.
for dpts,ypt in zip(datapts.T,y):
for dpt in dpts:
ax.annotate("%.3f"%(dpt),xy=(ypt,dpt),textcoords='data')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment