Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 7, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/696e9635e0c21e36352327b8f92db523 to your computer and use it in GitHub Desktop.
Save amankharwal/696e9635e0c21e36352327b8f92db523 to your computer and use it in GitHub Desktop.
def annot(xcrd, zcrd, txt, xancr='center'):
strng=dict(showarrow=False, x=xcrd,
y=0, z=zcrd, text=txt,
xanchor=xancr, font=dict(color='white',size=12))
return strng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment