|
1 | 1 | # plotly.py
|
2 | 2 |
|
3 |
| -> An interactive, browser-based graphing library for Python :sparkles: |
| 3 | +#### 📢 Announcement! |
| 4 | +#### Seats are still available for a 2 day, Dash master class in NYC, November 18-19. |
| 5 | +#### [Registration here](https://plotcon.plot.ly/workshops) 🎚 📈 🗽 |
4 | 6 |
|
5 |
| -Plotly for Python is now entirely open source, free, and self-hosted. |
| 7 | +[plotly.py](https://plot.ly/d3-js-for-python-and-pandas-charts/) is an interactive, browser-based graphing library for Python :sparkles: |
6 | 8 |
|
7 |
| -[](https://plot.ly/~chriddyp/1825.embed) |
| 9 | +Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more. Plotly graphs are interactive by default and can be viewed in Jupyter notebooks, standalone HTML files, or hosted online on [plot.ly](https://plot.ly). |
8 | 10 |
|
9 |
| -[](https://plot.ly/~chriddyp/1780.embed) |
| 11 | +`plotly.py` is [MIT Licensed](LICENSE.txt). [Contact us](https://plot.ly/products/consulting-and-oem/) for Plotly.js consulting, dashboard development, application integration, and feature additions. Sharing your graphs online or in dashboards? Consider a [plot.ly subscription](https://plot.ly/products/cloud). |
10 | 12 |
|
11 |
| -## [Documentation](https://plot.ly/python) |
| 13 | +<p align="center"> |
| 14 | + <a href="https://www.plot.ly/javascript" target="_blank"> |
| 15 | + <img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png"> |
| 16 | +</a></p> |
12 | 17 |
|
13 |
| -Take a look at [the website docs](https://plot.ly/python). |
| 18 | +*** |
14 | 19 |
|
15 |
| -Or, check out the [README.rst](README.rst) for more. |
| 20 | +- [Online Documentation](https://plot.ly/python) |
| 21 | +- [`contributing.md`](https://github.com/plotly/python-api/blob/master/contributing.md). |
| 22 | +- [Code of Conduct](CODE_OF_CONDUCT.md). |
| 23 | +- [New! Announcing Dash](https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503) |
| 24 | +- [Community](https://community.plot.ly/c/api/python) |
16 | 25 |
|
17 |
| -## Contribute |
| 26 | +## Copyright and license |
18 | 27 |
|
19 |
| -Heck yeah! We've got suggestions! We've got guides! |
| 28 | +Code and documentation copyright 2017 Plotly, Inc. |
20 | 29 |
|
21 |
| -Check out [`contributing.md`](https://github.com/plotly/python-api/blob/master/contributing.md). |
| 30 | +Code released under the [MIT license](LICENSE.txt). |
22 | 31 |
|
23 |
| -Also, all interactions with Plotly are governed by the [Code of Conduct](CODE_OF_CONDUCT.md). Just saying. |
24 |
| - |
25 |
| -## License |
26 |
| - |
27 |
| -[MIT](LICENSE.txt) © 2016-2017 Plotly, Inc. |
| 32 | +Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE). |
0 commit comments