Default annotation parameters
(xanchor, yanchor, x, y)
| 58 | |
| 59 | |
| 60 | def _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 | |
| 65 | def _add_inside_to_position(pos): |
no outgoing calls
no test coverage detected