documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
Url: https://plot.ly/javascript/reference/ The current left menu is a bit confusing. In my view, there are important entries that are missing, such as these: - `Layout -> ternary` - `Layout ->...
This would include the config options and what they do as well as what the default files look like and how to reset to the defaults.
We likely need a doc that shows how to implement exponential backoff in Python that we can point people to when they're hitting our servers. /cc @scjody
Related to this issue - https://github.com/plotly/plotly.py/issues/552 Probably because `Scatter` doesn't have `colorbar` attribute. Documentation needed to be updated for the Matplotlib based tutorials that implements `colorbar` - [ ] https://plot.ly/ipython-notebooks/baltimore-vital-signs/...
Originally opened by @PiotrBenedysiuk in https://github.com/plotly/plotly.py/issues/1282: --- The second plot of [streamline plots](https://plot.ly/python/streamline-plots/) doesn't run on pyplot v3.4.1. The traceback reads: AttributeError Traceback (most recent call last) in () 31...
This page using the deprecated GraphWidget still shows up in google searches: https://plot.ly/python/ipython-widgets/ I think we can just remove it.
Old examples that have been deleted from source-design-merge will still appear on gh-pages after running `rake deploy`. We copy the newly generated jekyll site to the root directory of gh-pages...
I notice we have pages like `all_static/images/Plotly.html` ... where are those being served right now? Are they dead code or do we need to maintain these?
On the [cheat sheet](https://images.plot.ly/plotly-documentation/images/plotly_js_cheat_sheet.pdf) there appears to be a stray `)` character. I think this was supposed to be a `]` and perhaps also that the following line should begin...
to be added here: - [ ] https://plot.ly/python/parallel-coordinates-plot/ - [ ] https://plot.ly/r/parallel-coordinates-plot/ - [ ] https://plot.ly/javascript/parallel-coordinates-plot/