nspyrison/spinifex

fix plotly issue: slide 1 of label positions

Closed this issue · 4 comments

fix plotly issue: slide 1 of label positions

render_slideshow() plotly obj, does slide one have the correct positions for the text labels?

axes and text use the same positions. issue seem to be an artifact of plotly rather than the data struc.

labels don't want to render with the scatterplot points. for now just using scatterplot.

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.