fix plotly issue: slide 1 of label positions
Closed this issue · 4 comments
dicook commented
fix plotly issue: slide 1 of label positions
nspyrison commented
render_slideshow() plotly obj, does slide one have the correct positions for the text labels?
nspyrison commented
axes and text use the same positions. issue seem to be an artifact of plotly rather than the data struc.
nspyrison commented
labels don't want to render with the scatterplot points. for now just using scatterplot.
nspyrison commented
reproduced error and issue opened on Plotly repo. workaround: is to add 9^-9 to the reference axes, this seems to resolve the issue. Tooltips need to be removed separately.