plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

For example ``` import pandas as pd import plotly.express as px dataVals = { 'Lat': [39.783730, 7, 39.783730, 39.783730, 20, -4.03, 39.783730, 36.82, 39.783730], 'Lon': [-100.445882, 66, -100.445882, -100.445882, 70,...

bug

I have a dataframe column with some missing values which I want to include in `hover_data`. Is it possible to show the column in the hover tooltip only if there's...

feature
P3

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies
python

Similar to #3843 Reproducible examples: ``` import matplotlib.pyplot as plt from plotly import tools fig, ax = plt.subplots() ax.plot([0, 1], [0, 1], drawstyle="steps-post", label="foo") ax.legend() tools.mpl_to_plotly(fig) ``` ``` from sklearn.metrics...

Thanks for your interest in Plotly.py! Before opening an issue, please search for existing and closed issues :) **Please** accompany bug reports with a reproducible example. Please use the [latest...

Hi, I have been customising the hover template of a histogram, but it doesn't seem to recognise the name keyword when added to the template. Plotly version 5.10.0 ``` import...

Here some improvement propositions as I am going through the docs: - Add missing `fig.show()` in second exemple of [**Removing Modebar Buttons**](https://plotly.com/python/configuration-options/#removing-modebar-buttons) and [**Add optional shape-drawing buttons to modebar**](https://plotly.com/python/configuration-options/#add-optional-shapedrawing-buttons-to-modebar) -...

There seems to be an issue with the "Reds" and "Turbo" colorscales. I couldn't find an existing issue about this, so here is how to reproduce: I just got this...

Thanks for your interest in Plotly.py! Before opening an issue, please search for existing and closed issues :) **Please** accompany bug reports with a reproducible example. Please use the [latest...

**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.3.1 dash-auth...