graphing-library-docs
graphing-library-docs copied to clipboard
Plotly's graphing libraries documentation.
Fixed yaxes numbering to match the displayed demo and intuition :)
Improve rendering of list entries. At the moment they do not look good: 
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
trying to update the syntax to Julia 1.1 the examples are broken in the syntax of julia 1.1 and later. i dint manage to make it display the plot but...
i cannot get the examples to run in julia 1.1 , I get type errors, plot wont accept the arrays of string => values any more, it needs an array...
From https://github.com/plotly/plotly.js/issues/858
https://plotly.com/javascript/3d-axes/#camera-controls 
The example from https://plotly.com/javascript/3d-scatter-plots/ is not a good visualization just because there is so much being plotted and the points are so large, which makes it even more difficult to...
Does plotly assume ES6 support? Should `let` and `const` be used in the docs for modern practice because `var` has some tricky pitfalls?