You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the [Getting started page](https://plot.ly/javascript/getting-started/) for examples.
27
34
@@ -35,16 +42,6 @@ Plotly.js documentation, in the repo documentation, is built with [Jekyll](http:
35
42
36
43
You can also suggest new documentation examples by submitting a [Codepen](http://codepen.io/tag/plotly/) on community.plot.ly (tagged [`plotly-js`](community.plot.ly/c/plotly-js).
37
44
38
-
### Running documentation locally
39
-
40
-
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x).
41
-
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
42
-
2. Make sure that you're on the ```source``` branch.
43
-
3. From the root `/documentation` directory, run `jekyll serve` in the command line.
44
-
4. Open `http://localhost:8000` in your browser, and voilà.
45
-
46
-
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
47
-
48
45
## Contributing
49
46
50
47
Please read through our [contributing guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
@@ -64,6 +61,26 @@ For transparency into our release cycle and in striving to maintain backward com
64
61
65
62
See [the Releases section of our GitHub project](https://github.com/plotly/plotly.js/releases) for changelogs for each release version of plotly.js.
66
63
64
+
## Clients for R, Python, and MATLAB
65
+
66
+
Open-source clients to the plotly.js API for R, Python and MATLAB are available at these links:
67
+
68
+
**R / RStudio**
69
+
70
+
*<https://twitter.com/fat>
71
+
*<https://github.com/fat>
72
+
73
+
**Python / Pandas / IPython notebook**
74
+
75
+
*<https://github.com/plotly/plotly.py>
76
+
*<https://plot.ly/python/getting-started/>
77
+
78
+
**MATLAB**
79
+
80
+
*<https://github.com/plotly/matlab-api>
81
+
*<https://plot.ly/python/getting-started/>
82
+
83
+
plotly.js charts can also be created and saved online for free at <https://plot.ly/plot>
0 commit comments