When trying to use molplotly to generate hover structures with a series of scatterplots generated using make_subplots (generated using different columns of a dataframe for the same RDKit molecule row), molplotly.add_molecules returns
ValueError: More than one plotly curve in figure - color_col and/or marker_col needs to be specified.
As these plots are generated using different columns, rather than faceting data in a single column based on values in another, there is no common color or marker column. Is there a way to generate molecular structures for these subplots?
When trying to use molplotly to generate hover structures with a series of scatterplots generated using
make_subplots(generated using different columns of a dataframe for the same RDKit molecule row),molplotly.add_moleculesreturnsValueError: More than one plotly curve in figure - color_col and/or marker_col needs to be specified.As these plots are generated using different columns, rather than faceting data in a single column based on values in another, there is no common color or marker column. Is there a way to generate molecular structures for these subplots?