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, :text => val,
:xref => xref, :xref => xref,
:x => x, :x => x,
:yref => xref, :yref => yref,
:y => y, :y => y,
:showarrow => false, :showarrow => false,
) )