MCPcopy Index your code
hub / github.com/plotly/plotly.py / _df_anno

Function _df_anno

plotly/shapeannotation.py:60–62  ·  view source on GitHub ↗

Default annotation parameters

(xanchor, yanchor, x, y)

Source from the content-addressed store, hash-verified

58
59
60def _df_anno(xanchor, yanchor, x, y):
61 """Default annotation parameters"""
62 return dict(xanchor=xanchor, yanchor=yanchor, x=x, y=y, showarrow=False)
63
64
65def _add_inside_to_position(pos):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected