documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
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:  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/
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:  I noticed that padding one of the lines with spaces seems to fix the problem:  Here...