Fix misplaced Plotly annotations.

This commit is contained in:
Andrew Palugniok 2018-02-11 10:36:12 +00:00
parent 1ed7899296
commit e19e25473c

View File

@ -147,7 +147,7 @@ function plotly_annotation_dict(x, y, val; xref="paper", yref="paper")
:text => val,
:xref => xref,
:x => x,
:yref => xref,
:yref => yref,
:y => y,
:showarrow => false,
)