Closed chertianser closed 2 years ago
I seem to have found the issue - when marker
or symbol
is passed in to the scatterplot plotly
splits the data into three separate scatterplots each with a different symbol shape which is why it breaks the indexing - I'll implement a fix alongside some new features hopefully this weekend! :)
The issue has been fixed in merge #9 - I will make a new release alongside other features once I've updated the docs :)
Hi there, thanks for providing a great and easy to use tool!
This issue is reproducible with the first example in the documentation:
This returns
Using either only
marker
orcolor
alone causes no issues with the hoverbox. Also, usingMinimum Degree
ascolor_col
foradd_molecules
when bothcolor
andsymbol
are defined gives no issues.