documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
some of the code in: http://moderndata.plot.ly/radar-charts-in-r-using-plotly/ got misaligned. @royr2 or @pravj would one of you be able to take a look and correct that codeblock?
update https://plot.ly/javascript/text-and-annotations/#styling-and-formatting-annotations to reflect plotlyjs update: https://github.com/plotly/plotly.js/pull/1086
- rm extra title: "Getting started with Plotly for --- " (doubled now cause of the autogenned header) - edit header for getting started pages so the links work when...
The R reference reads as though a data frame is required (it isn't): > A histogram trace is initialized with plot_ly or add_trace: > plot_ly(df, type="histogram"[, ...]) > add_trace(p, type="histogram"[,...
Add examples of subplots with mixed plot types (i.e. 2d + 3d and/or maps + 2d) - [x] r - [x] python - [ ] matlab - [x] js
fix syntax changes https://plot.ly/julia/getting-started/#initialization check for any more changes. see v0.5.0 news: https://github.com/JuliaLang/julia/blob/v0.5.0/NEWS.md#julia-v050-release-notes
 
People can't improve the documentation if they can't figure out how to edit it. I'm finding it nearly impossible to figure out how to modify various documentation pages. For example,...
There are various things about the function reference that make it hard to read. I've tried to improve it a little, but here are some other things that would go...