molplotly icon indicating copy to clipboard operation
molplotly copied to clipboard

add-on to plotly which show molecule images on mouseover!

Results 11 molplotly issues
Sort by recently updated
recently updated
newest added

Hello everyone, My name is Judith and for my PhD studies, I would like to use your beautiful scripts. I get a distance matrix by rmsd between each pose but...

Thanks for the great package! It would be fantastic if the interactive plots could be exported/saved. I understand that this is non-trvial in plotly, but other libraries like `mpl3d` also...

I noticed, that when molplotly used with dash>=2.10 is used then deprecation warning is raised and also plot are duplicated (as mentioned in #31 Replacement of the `JupyterDash` with `Dash`...

Hi there, With this code, I am seeing the interactive plot appear twice: ``` # generate a scatter plot fig = px.scatter(plot_df, x="umap1", y="umap2", width=600, height=600) # add molecules to...

The most recent addition which support reaction smiles visualizations have not been deployed to pypi

Not sure if this is on my end, but when installing using `pip install molplotly`, I could not import without running into the following issues: [ImportError: cannot import name 'json'...

Hey, Fantastic functionality. Apologies I am trying very hard but cannot figure out how to integrate this with an existing dash app. Also, at the moment, I am just interested...

Hi, Thanks for sharing this, it's great! Is there a way to display mols in a stacked bar plot? The stacked bars use separate columns for the y-axis, not a...

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

Hello I am running molplotly within a python virtualenv, under Linux I cannot update to the last version of this very nice tool, since I get the following message: `Discarding...