documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
There are a few incompatibilities with the current version of Plotly and this examples - parameters in .iplot have changed +'image' - name should be explictely converted to str -...
In the sidebar on the Python docs, in the examples section there's a link for "Style Options" which goes to https://plot.ly/python/#style-options but there's no matching heading to go to.
Let's do - [ ] Python first - [x] then JS - [ ] then R. Examples should focus on sales. `funnel` is a species of `bar` and `funnelarea` is...
Awesome project! Minor error in the python cheatsheet (https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf): on page 2 in the lower left, the 2D histogram example begins: ``` trace = go.Historgram2d( ``` A misspelling of "Histogram2d"....
The sign up /sign in/ request demo buttons are supposed to be collapsed into this menu button on mobile but clicking on it doesn't display the menu. 
404 Error at the bottom of this page: https://plot.ly/r/shiny-coupled-hover-events/ 
 I saw the really nice transform feature in plotly traces and was trying to do a filter. In the examples - I saw examples for filtering things like `y...
From Twitter: "@plotlygraphs is it to be expected that this link doesn’t work on a newer iPad using Safari browser? https://plot.ly/ipython-notebooks/cufflinks/"
Originally reported by @TakodaS in https://github.com/plotly/plotly.py/issues/1555 --- The [streamline and source point](https://plot.ly/python/streamline-plots/) example given does not work because the line `fig['data'].append(source_point)` throws an error message saying you can't append to...
The examples for parallel coordinate plots [from here](https://plot.ly/r/parallel-coordinates-plot/) do not render properly for me. All of the data is bunched up on the last two sections of the plot. For...