graphing-library-docs icon indicating copy to clipboard operation
graphing-library-docs copied to clipboard

Plotly's graphing libraries documentation.

Results 80 graphing-library-docs issues
Sort by recently updated
recently updated
newest added

Fixed yaxes numbering to match the displayed demo and intuition :)

Improve rendering of list entries. At the moment they do not look good: ![image](https://user-images.githubusercontent.com/600565/95019971-b9e39f80-0668-11eb-86ca-e66ecc227e4b.png)

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...

dependencies
ruby

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 ![Screenshot from 2021-06-18 15-16-23](https://user-images.githubusercontent.com/7989982/122608166-c0287900-d049-11eb-93a1-6f1f7ff53361.png)

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?