Fix misplaced Plotly annotations.
This commit is contained in:
parent
1ed7899296
commit
e19e25473c
@ -147,7 +147,7 @@ function plotly_annotation_dict(x, y, val; xref="paper", yref="paper")
|
|||||||
:text => val,
|
:text => val,
|
||||||
:xref => xref,
|
:xref => xref,
|
||||||
:x => x,
|
:x => x,
|
||||||
:yref => xref,
|
:yref => yref,
|
||||||
:y => y,
|
:y => y,
|
||||||
:showarrow => false,
|
:showarrow => false,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user