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

Skip to content

Commit c8058ff

Browse files
author
yankev
committed
first page of new user guide
1 parent ea33633 commit c8058ff

File tree

2 files changed

+151
-27
lines changed

2 files changed

+151
-27
lines changed

_posts/user_guide_python/2015-06-30-user-g.html

Lines changed: 76 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,93 @@ <h1 id="Plotly-for-Python-User-Guide">Plotly for Python User Guide<a class="anch
2020
</div>
2121
</div>
2222
</div>
23-
<div class="cell border-box-sizing code_cell rendered">
24-
<div class="input">
25-
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
23+
<div class="cell border-box-sizing text_cell rendered">
24+
<div class="prompt input_prompt">
25+
</div>
2626
<div class="inner_cell">
27-
<div class="input_area">
28-
<div class=" highlight hl-ipython2"><pre>
29-
</pre></div>
27+
<div class="text_cell_render border-box-sizing rendered_html">
3028

3129
</div>
3230
</div>
3331
</div>
32+
<div class="cell border-box-sizing text_cell rendered">
33+
<div class="prompt input_prompt">
34+
</div>
35+
<div class="inner_cell">
36+
<div class="text_cell_render border-box-sizing rendered_html">
37+
<iframe width="900" height="800" frameborder="0" scrolling="no" src="https://plot.ly/~kevintest/21.embed"></iframe>
38+
</div>
39+
</div>
40+
</div>
41+
<div class="cell border-box-sizing text_cell rendered">
42+
<div class="prompt input_prompt">
43+
</div>
44+
<div class="inner_cell">
45+
<div class="text_cell_render border-box-sizing rendered_html">
46+
<p>This user guide will provide an in-depth overview of the steps required to get you first <code>Plotly</code> graph up and running, as well more specific and thorough guides on a few of our most popular chart types. Hopefully by the end of the user guide you will have a good idea of how Plotly graphs are defined and constructed, and be on your way to creating amazing data visualizations of your own.</p>
3447

3548
</div>
36-
<div class="cell border-box-sizing code_cell rendered">
37-
<div class="input">
38-
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
49+
</div>
50+
</div>
51+
<div class="cell border-box-sizing text_cell rendered">
52+
<div class="prompt input_prompt">
53+
</div>
3954
<div class="inner_cell">
40-
<div class="input_area">
41-
<div class=" highlight hl-ipython2"><pre>
42-
</pre></div>
55+
<div class="text_cell_render border-box-sizing rendered_html">
56+
<h3 id="What-is-the-Python-API-for-Plotly?">What is the Python API for Plotly?<a class="anchor-link" href="#What-is-the-Python-API-for-Plotly?">&#182;</a></h3>
57+
</div>
58+
</div>
59+
</div>
60+
<div class="cell border-box-sizing text_cell rendered">
61+
<div class="prompt input_prompt">
62+
</div>
63+
<div class="inner_cell">
64+
<div class="text_cell_render border-box-sizing rendered_html">
65+
<p>As you may know, Plotly is software written to enable users to easily create beautiful interactive plots and graphs to visualize data. All plots are generated using our <a href="https://plot.ly/javascript">javascript library</a>, but we have multiple API's that will allow us to create these plots in our preferred language. Thus the purpose of the Python API is to allow users to generate these plots within a Python environment, including IPython Notebooks!</p>
4366

4467
</div>
4568
</div>
4669
</div>
70+
<div class="cell border-box-sizing text_cell rendered">
71+
<div class="prompt input_prompt">
72+
</div>
73+
<div class="inner_cell">
74+
<div class="text_cell_render border-box-sizing rendered_html">
75+
<h3 id="User-Guide-Sections:">User Guide Sections:<a class="anchor-link" href="#User-Guide-Sections:">&#182;</a></h3>
76+
</div>
77+
</div>
78+
</div>
79+
<div class="cell border-box-sizing text_cell rendered">
80+
<div class="prompt input_prompt">
81+
</div>
82+
<div class="inner_cell">
83+
<div class="text_cell_render border-box-sizing rendered_html">
84+
<p>The user guide will be split into the following sections:</p>
85+
<ol>
86+
<li><a href="https://plot.ly/python/overview">Getting Started with Plotly</a></li>
87+
<li><a href="https://plot.ly/python/line-and-scatter-plots-tutorial">Line and Scatter Plots</a></li>
88+
<li><a href="https://plot.ly/python/bar-charts-tutorial">Bar Charts</a></li>
89+
<li><a href="https://plot.ly/python/bubble-charts-tutorial">Bubble Charts</a></li>
90+
<li><a href="https://plot.ly/python/histograms-and-box-plots-tutorial">Histograms and Box Plots</a></li>
91+
</ol>
92+
<p><a href="https://plot.ly/python/python-tutorial">Appendix A: Getting Started with Python</a></p>
4793

94+
</div>
95+
</div>
96+
</div>
97+
<div class="cell border-box-sizing text_cell rendered">
98+
<div class="prompt input_prompt">
99+
</div>
100+
<div class="inner_cell">
101+
<div class="text_cell_render border-box-sizing rendered_html">
102+
<h3 id="Want-to-know-what's-going-on-at-Plotly?">Want to know what's going on at Plotly?<a class="anchor-link" href="#Want-to-know-what's-going-on-at-Plotly?">&#182;</a></h3><ul>
103+
<li>Follow us on twitter:
104+
<a href="https://twitter.com/plotlygraphs">@plotlygraphs</a></li>
105+
</ul>
106+
<h3 id="Issues-or-suggestions-for-the-user-guide?">Issues or suggestions for the user guide?<a class="anchor-link" href="#Issues-or-suggestions-for-the-user-guide?">&#182;</a></h3><ul>
107+
<li>Let us know at: <a href="http://community.plot.ly">Plotly Community Support</a></li>
108+
</ul>
109+
110+
</div>
111+
</div>
48112
</div>{% endraw %}

_posts/user_guide_python/user-g.ipynb

Lines changed: 75 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,92 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"#Plotly for Python User Guide"
7+
"# Plotly for Python User Guide "
88
]
99
},
1010
{
11-
"cell_type": "code",
12-
"execution_count": null,
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
" "
15+
]
16+
},
17+
{
18+
"cell_type": "markdown",
1319
"metadata": {
14-
"collapsed": true
20+
"collapsed": false
1521
},
16-
"outputs": [],
17-
"source": []
22+
"source": [
23+
"<iframe width=\"900\" height=\"800\" frameborder=\"0\" scrolling=\"no\" src=\"https://plot.ly/~kevintest/21.embed\"></iframe>"
24+
]
1825
},
1926
{
20-
"cell_type": "code",
21-
"execution_count": null,
27+
"cell_type": "markdown",
2228
"metadata": {
2329
"collapsed": true
2430
},
25-
"outputs": [],
26-
"source": []
31+
"source": [
32+
"\n",
33+
"This user guide will provide an in-depth overview of the steps required to get you first `Plotly` graph up and running, as well more specific and thorough guides on a few of our most popular chart types. Hopefully by the end of the user guide you will have a good idea of how Plotly graphs are defined and constructed, and be on your way to creating amazing data visualizations of your own. "
34+
]
35+
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
40+
"### What is the Python API for Plotly?"
41+
]
42+
},
43+
{
44+
"cell_type": "markdown",
45+
"metadata": {},
46+
"source": [
47+
" \n",
48+
"As you may know, Plotly is software written to enable users to easily create beautiful interactive plots and graphs to visualize data. All plots are generated using our [javascript library](https://plot.ly/javascript), but we have multiple API's that will allow us to create these plots in our preferred language. Thus the purpose of the Python API is to allow users to generate these plots within a Python environment, including IPython Notebooks!"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"### User Guide Sections: "
56+
]
57+
},
58+
{
59+
"cell_type": "markdown",
60+
"metadata": {},
61+
"source": [
62+
" \n",
63+
"The user guide will be split into the following sections:\n",
64+
"\n",
65+
"0. [Getting Started with Plotly](https://plot.ly/python/overview)\n",
66+
"1. [Line and Scatter Plots](https://plot.ly/python/line-and-scatter-plots-tutorial)\n",
67+
"2. [Bar Charts](https://plot.ly/python/bar-charts-tutorial)\n",
68+
"3. [Bubble Charts](https://plot.ly/python/bubble-charts-tutorial)\n",
69+
"4. [Histograms and Box Plots](https://plot.ly/python/histograms-and-box-plots-tutorial)\n",
70+
"\n",
71+
"[Appendix A: Getting Started with Python](https://plot.ly/python/python-tutorial)"
72+
]
73+
},
74+
{
75+
"cell_type": "markdown",
76+
"metadata": {
77+
"collapsed": false
78+
},
79+
"source": [
80+
"### Want to know what's going on at Plotly? \n",
81+
"\n",
82+
"* Follow us on twitter: \n",
83+
"[@plotlygraphs](https://twitter.com/plotlygraphs)\n",
84+
"\n",
85+
"### Issues or suggestions for the user guide? \n",
86+
"\n",
87+
"* Let us know at: [Plotly Community Support](http://community.plot.ly)"
88+
]
2789
},
2890
{
2991
"cell_type": "code",
30-
"execution_count": 2,
92+
"execution_count": 56,
3193
"metadata": {
3294
"collapsed": false
3395
},
@@ -60,9 +122,7 @@
60122
"name": "stdout",
61123
"output_type": "stream",
62124
"text": [
63-
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n",
64-
"\u001b[33mYou are using pip version 7.1.2, however version 8.0.2 is available.\r\n",
65-
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\r\n"
125+
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
66126
]
67127
}
68128
],
@@ -108,7 +168,7 @@
108168
"name": "python",
109169
"nbconvert_exporter": "python",
110170
"pygments_lexer": "ipython2",
111-
"version": "2.7.11"
171+
"version": "2.7.9"
112172
}
113173
},
114174
"nbformat": 4,

0 commit comments

Comments
 (0)