documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Issue tracker for Plotly's open-source documentation.

Results 107 documentation issues
Sort by recently updated
recently updated
newest added

The example here https://plotly.com/python/custom-buttons/#update-button is missing `df = df.set_index('Date')` at the end of the `Load dataset` section and thus does not demo as intended.

Our current example does a nice job of scaling the colors but the labels in the colorbar are a little too condensed: ![image](https://user-images.githubusercontent.com/1280389/69890743-717b8880-12c5-11ea-90ad-6a45dd33c062.png) I recognize that this may be a...

in signal processing, a "stem plot" is pretty popular. see e.g. https://www.mathworks.com/help/matlab/ref/stem.html i just realized that we can make these charts with an error bars hack: assymetric error bars where...

- [x] https://plot.ly/ipython-notebooks/ - [x] https://plot.ly/python/ipython-notebook-tutorial/ - [ ] https://plot.ly/ipython-notebooks/getting-started/

Python

Integrity check is important to reduce the attack surface, specially for plotly on which critical data can flow through a JS client. This issue proposes adding an "integrity" attribute to...

I'm not sure if this issue should go here or in the [plotly.py repo](https://github.com/plotly/plotly.py). **Steps to Reproduce** 1. Go here: https://plotly.com/python-api-reference/search.html 2. Open (F12) DevTools 3. Search for something **Result**...

There is no documentation on "transforms" in Plotly documentations for Python and JS. When I search "transforms" in the search bar, there are many suggested links (shown in the picture...

On the python reference page the layout properties paper_bgcolor and plot_bgcolor don't mention "background" in their description, so it's kinda difficult to find them if you simply search for "background"...

https://plot.ly/python/reference/#parcoords-dimensions-values The auto-generated type options mention a list of strings or datetimes is acceptable for `parcoords -> dimensions -> values`, however, as noted in the description the values must be...

For longer legend labels, the character at the end gets cutoff slightly: ![cutoff-legend](https://user-images.githubusercontent.com/3255423/49455665-1f388200-f7ad-11e8-902a-af6e699ad792.png) I noticed that padding one of the lines with spaces seems to fix the problem: ![fixed-legend](https://user-images.githubusercontent.com/3255423/49455670-21024580-f7ad-11e8-95c9-0c7ec19a862d.png) Here...