documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
Is this how a candlestick plot w/ 1 data point is supposed to look? 
New features https://github.com/ropensci/plotly/blob/master/NEWS.md#480 to be documented: - [x] violin - [x] table (https://github.com/plotly/documentation/issues/952) refer these examples: https://rpubs.com/bcd/tables - [x] splom - [x] scatterpolar - [x] cone - [x] streamtube -...
https://github.com/plotly/documentation/blob/source-design-merge/_posts/plotly_js/controls/callbacks-dropdowns/2015-11-19-simple-dropdown.html Line 69 is missing square bracket and should be: var innerContainer = document.querySelector('[data-num="0"]'), error behavior is that it does not run in Safari
Appologies if this isn't the right place to file this issue. Page: https://plot.ly/javascript/3d-line-plots/ Browser: Firefox 65.0 Bandwidth at time of error: ~11mbps System: Windows 10 (i7-5820K, 16GB mem)  The...
I find the plotly API documentation difficult to navigate and use. It would be easier if nested APIs were collapsed by default, or better yet given their own page as...
I don't believe there's any documentation for the `scaleanchor` + `constrain: "domain"` trick to making square plotting areas. Here's a Pen showing how to make a ROC curve: https://codepen.io/nicolaskruchten/pen/mvJVQJ
seems like there is some confusion that our library might not be python 3 compatible because our docs are written in python 2 
Hi, I was following the tutorial for face and trellis, and I noticed _color_is_cat = True_, I was wondering whether it was just me or whether this has been depreicated...
The example World Choropleth Map (https://plot.ly/python/choropleth-maps/) does not plot borders where GDP data is missing. In this map shapefile (from Natural Earth?) Somaliland is plotted independently from Somalia, and also...
The guide at https://plot.ly/python/user-guide/ describes the `graph_objs.Data` and `graph_objs.Annotations` objects, but fails to mention that these are deprecated as of Plotly.py 3.x. Could the documentation please be updated so that...