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

Skip to content

Commit aaafadd

Browse files
index pages
1 parent 3cda7d6 commit aaafadd

10 files changed

+216
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ vendor/bundle
2121
.bundle
2222
_posts/python/fundamentals/static-image/images
2323
_config_personal.yml
24+
_posts/python-next/html
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python-next/3d-charts/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make 3D charts.
5+
name: More 3D Charts
6+
layout: langindex
7+
language: python-next
8+
display_as: 3d_charts
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-3dplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1>Plotly Python Open Source Graphing Library 3D Charts</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python-next" | where:"display_as","3d_charts" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}

_posts/python-next/2019-07-03-basic-index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2222
<div class="--body">
2323
<h1>Plotly Python Open Source Graphing Library Basic Charts</h1>
24-
<p>{{page.description}}</consectetur>
25-
</p>
24+
<p>{{page.description}}</p>
2625
</div>
2726
</div>
2827
</div>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python-next/chart-events/
3+
title: Add Custom Interactivity with Jupyter Widgets
4+
description: All Plotly charts have click, hover and zoom events which can be accessed by go.FigureWidget using Jupyter Widgets.
5+
name: More FigureWidget Docs
6+
layout: langindex
7+
language: python-next
8+
display_as: chart_events
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 109
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Add Custom Interactivity with Jupyter Widgets</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python-next" |where:"display_as","chart_events" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python-next/chart-studio/
3+
title: Python Graphing Library with Chart Studio
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Tutorials and tips about fundamental features of Plotly's python API.
5+
name: More Chart Studio Docs
6+
layout: langindex
7+
language: python-next
8+
display_as: chart_studio
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Fundamentals</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python-next" |where:"display_as","chart_studio" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}

_posts/python-next/2019-07-03-fundamentals-index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly Python Open Source Graphing Library Fundamentals</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python-next/maps/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality maps online. Examples of how to make maps with Plotly and Mapbox.
5+
name: More Maps
6+
layout: langindex
7+
language: python-next
8+
display_as: maps
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-mapplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1>Plotly Python Open Source Graphing Library Maps</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python-next" | where:"display_as","maps" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python-next/scientific-charts/
3+
title: Python Graphing Library Scientific Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make scientific charts such as contour plots, heatmaps, dendrograms, polar charts, and ternary plots.
5+
name: More Scientific Charts
6+
layout: langindex
7+
language: python-next
8+
display_as: scientific
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Scientific Charts</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python-next" |where:"display_as","scientific" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python-next/statistical-charts/
3+
title: Python Graphing Library Statistical Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
5+
name: More Statistical Charts
6+
layout: langindex
7+
language: python-next
8+
display_as: statistical
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-statisticalplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1> Plotly Python Open Source Graphing Library Statistical Charts</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python-next" | where:"display_as","statistical" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python-next/subplot-charts/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make subplots, insets, and multiple axes charts.
5+
name: More Subplots
6+
layout: langindex
7+
language: python-next
8+
display_as: multiple_axes
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Subplots and Multiple Axes</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python-next" | where:"display_as","multiple_axes" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}

0 commit comments

Comments
 (0)