Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a67ca51

Browse files
committed
Create README.md
1 parent d196918 commit a67ca51

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

README.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
Python-api: Data Visualization and Analytics
2+
======
3+
4+
Plotly's scientific graphing libraries let you make and share interactive, publication-quality graphs
5+
in your web browser. That means you can interface Plotly's online graphing tools with your desktop environment,
6+
easily sending or streaming data to your graphs in your web browser.
7+
8+
You can both style with code and with our online interface. And Plotly also offers a Python Shell (NumPy suppported) and statistical tools for analalzing your data.
9+
And Plotly also makes it easy to post and share your data and graphs, together, publicly with a url or privately with your team.
10+
11+
12+
Gallery Examples
13+
-------------
14+
15+
Find these examples and the code used to create them [here](https://plot.ly/api)
16+
17+
18+
![](https://f.cloud.github.com/assets/5034604/1587845/c6098d92-5242-11e3-816e-10d96a545efa.png "Example plots")
19+
20+
21+
Documentation
22+
-------------
23+
24+
Online documentation is available [here](https://plot.ly/api).
25+
26+
Examples and Background
27+
--------
28+
29+
You can also use Plotly and IPython to make interactive graphs.
30+
31+
- A [Plotly tutorial](http://nbviewer.ipython.org/7576511) on using the [Plotly graphing API](https://plot.ly/api/Python) to graphs with multiple axes, subplots, and insets.
32+
33+
- A [Plotly demo](http://nbviewer.ipython.org/7628933) on using the [Plotly graphing API](https://plot.ly/api/Python) to make interactive, collaborative, publication-quality graphs, explained more fully by this [talk](https://www.youtube.com/watch?v=zG8FYPFU9n4).
34+
35+
- A [demonstration and tutorial](http://nbviewer.ipython.org/7551139) on making interactive graphs with [Plotly](https://plot.ly/) and Julia.
36+
37+
- [Plotly graphs in the Washington Post, embedded as an iframe](www.washingtonpost.com/blogs/wonkblog/wp/2013/06/14/do-low-taxes-on-the-rich-leave-the-middle-class-with-lower-wages/)
38+
39+
Use cases
40+
_________
41+
42+
- Stats, physics, and sciences, for stats, fits, and functions [beta distribution](https://plot.ly/~jackp/705/)
43+
44+
- Algebra, geometry, and calculus [Bessel Functions](https://plot.ly/~jackp/914/)
45+
46+
- Finance and business [Tesla and Apple Stock](https://plot.ly/~jackp/903/)
47+
48+
- Stock Data [Bitcoin Prices](https://plot.ly/~jackp/992/)
49+
50+
- Design [Barnsley Fern](https://plot.ly/~chris/403/)
51+
52+
- Makers [Stream and graph data from Arduino and Raspberry PI](https://plot.ly/~flann321/9/)
53+
54+
- Engineering [System Latency](https://plot.ly/~carmeloosh/84/)
55+
56+
- Academia and Journalism [City of New York & Boroughs Population](https://plot.ly/~Dreamshot/113/)
57+
58+
- Sports Journalism [Score Distribution Stats for NFL, NHL, MLB, and NBA](https://plot.ly/sdqlheatmaps)
59+
60+
Installation
61+
------------
62+
63+
Follow easy installation instructions and choose your language [on the Plot.ly site](https://plot.ly/api/)
64+
65+
Development
66+
-----------
67+
68+
Please submit any bugs you encounter to [email protected]. For dashboard uses, see [Plotly.js](https://plot.ly/developers)
69+
70+
Connecting
71+
-----------
72+
73+
You can also connect with us on [Facebook](facebook.com/plotly), [Twitter](https://twitter.com/plotlygraphs), and [Google +](https://plus.google.com/+PlotLy)
74+
75+
Feedback
76+
----------------------
77+
78+
"Plotly was key for getting NASA approval to launch a CubeSat for space exploration."
79+
-Professor Carl Brandon, Vermont Technical College
80+
81+
"Plotly is my absolute favorite way to communicate data and complex ideas to my readers."
82+
-Dylan Matthews, Columnist and Data Journalist, Washington Post
83+
84+
"I am using the Plotly Chrome App to teach high school students how scientists really analyze and present data. This app goes well beyond anything else we have been able to find."
85+
-Dr. Michael Frank, 2011 Recipient, Presidential Award for Excellence in Mathematics and Science Teaching

0 commit comments

Comments
 (0)