Merge pull request #1390 from apalugniok/plotly-annotations

Fix misplaced Plotly annotations. (Fixes #1356)
This commit is contained in:
Andrew Palugniok 2018-02-11 19:08:18 +00:00 committed by GitHub
commit a4636fd88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
)