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

Skip to content

Commit 0ddb23d

Browse files
committed
Merge branch 'source' of github.com:plotly/documentation into source
2 parents d115d92 + cf5ad6c commit 0ddb23d

25 files changed

+171
-413
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<hr>
22

33
<p class="small text-muted">
4-
Data science teams <a href="https://plot.ly/products/industries/">across industries</a> use Plotly to share their data and analyses.
4+
<a href="http://dashboards.ly/">Create your own dashboards</a>.
55
</p>
66

77
</div>
88

99
<script type="text/javascript" src="{{site.staticurl}}/javascripts/slider/jquery-1.7.2.min.js"></script>
1010
<script type="text/javascript" src="{{site.staticurl}}/javascripts/bootstrap/dist/js/bootstrap.min.js"></script>
11-
<script type="text/javascript" src="{{site.staticurl}}/javascripts/dashboard-industries.js"></script>
11+
<script type="text/javascript" src="{{site.staticurl}}/javascripts/dashboard-industries.js"></script>

_includes/dashboard-industries-intro.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

_includes/dashboard-industries-nav.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ <h1 class="dash-title">{{page.industry | capitalize}} Dashboard</h1>
1717
</div>
1818
<div class="navbar-collapse collapse">
1919
<ul class="nav navbar-nav navbar-left">
20-
<li><a href="https://plot.ly/organize/home">Sign up for free</a></li>
21-
<li><a href="https://plot.ly/products/cloud/">Upgrade</a></li>
22-
{% if page.report_link %}
23-
<li><a id="forklink" href="{{ page.report_link }}"><i class="fa fa-bar-chart"></i> Report View</a></li>
24-
{% endif %}
25-
<li><a id="forklink" href="https://github.com/plotly/dashboards"><i class="fa fa-github-alt"></i> Code on GitHub</a></li>
20+
<li><a href="https://plot.ly/organize/home">Sign up</a></li>
21+
<li><a href="https://plot.ly/products/cloud/">Pricing</a></li>
22+
<li><a href="http://dashboards.ly/"><span class="create-dashboard-cta">Create a Dashboard</span></a></li>
2623
</ul>
2724
</div>
2825
</div>
29-
</div>
26+
</div>

_includes/reference-side-nav.html

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,48 @@
11
<div id="reference-side-nav">
22
<b>PLOT OBJECTS</b>
33
<ul class="uk-nav uk-nav-side" data-uk-scrollspy-nav="{closest:'li', cls:'scrollspy-highlight', repeat: true}">
4-
<li><a href="#scatter">Scatter</a></li>
5-
<li><a href="#bar">Bar</a></li>
6-
<li><a href="#box">Box</a></li>
7-
<li><a href="#heatmap">Heatmap</a></li>
8-
<li><a href="#histogram">Histogram</a></li>
9-
<li><a href="#histogram2d">Histogram 2d</a></li>
10-
<li><a href="#pie">Pie</a></li>
11-
<li><a href="#histogram2dcontour">Histogram 2d Contour</a></li>
12-
<li><a href="#scatter3d">3D Scatter</a></li>
13-
<li><a href="#surface">3d Surface</a></li>
14-
<li><a href="#mesh3d">3d Mesh</a></li>
15-
<li><a href="#scattergeo">Scatter Geo</a></li>
16-
<li><a href="#choropleth">Choropleth Map</a></li>
17-
<li><a href="#scattergl">WebGL Scatter</a></li>
18-
<li><a href="#area">Area</a></li>
4+
<li class="inl-blk"><a href="#scatter">Scatter</a></li><li class="inl-blk">&nbsp;|</li>
5+
<li class="inl-blk"><a href="#bar">Bar</a></li><li class="inl-blk">&nbsp;|</li>
6+
<li class="inl-blk"><a href="#box">Box</a></li><li class="inl-blk">&nbsp;|</li>
7+
<li class="inl-blk"><a href="#heatmap">Heatmap</a></li>
8+
<br>
9+
<li class="inl-blk"><a href="#histogram">Histogram</a></li><li class="inl-blk">&nbsp;|</li>
10+
<li class="inl-blk"><a href="#histogram2d">Histogram 2d</a></li>
11+
<br>
12+
<li class="inl-blk"><a href="#area">Area</a></li></li><li class="inl-blk">&nbsp;|</li>
13+
<li class="inl-blk"><a href="#pie">Pie</a></li>
14+
<br>
15+
<li class="inl-blk"><a href="#contour">Contour</a></li><li class="inl-blk">&nbsp;|</li>
16+
<li class="inl-blk"><a href="#histogram2dcontour">Histogram 2d Contour</a></li>
17+
<br>
18+
<li class="inl-blk"><b>3D:</b></li>
19+
<li class="inl-blk"><a href="#scatter3d">Scatter</a></li><li class="inl-blk">&nbsp;|</li>
20+
<li class="inl-blk"><a href="#surface">Surface</a></li><li class="inl-blk">&nbsp;|</li>
21+
<li class="inl-blk"><a href="#mesh3d">Mesh</a></li>
22+
<br>
23+
<li class="inl-blk"><b>Maps:</b></li>
24+
<li class="inl-blk"><a href="#scattergeo">Scatter Geo</a></li><li class="inl-blk">&nbsp;|</li>
25+
<li class="inl-blk"><a href="#choropleth">Choropleth</a></li>
26+
<br>
27+
<li class="inl-blk"><b>WebGL:</b></li>
28+
<li class="inl-blk"><a href="#scattergl">Scatter</a></li>
29+
<br>
30+
<br>
1931
<li><a href="#layout">Layout</a></li>
2032
<ul>
2133
<li><a href="#layout-margin">Margins</a></li>
2234
<li><a href="#layout-xaxis">X Axis</a></li>
2335
<li><a href="#layout-yaxis">Y Axis</a></li>
2436
<li><a href="#layout-scene">3d Scene</a></li>
2537
<ul>
38+
<li><a href="#layout-scene-camera">Camera</a></li>
2639
<li><a href="#layout-scene-xaxis">X Axis</a></li>
2740
<li><a href="#layout-scene-yaxis">Y Axis</a></li>
2841
<li><a href="#layout-scene-zaxis">Z Axis</a></li>
2942
</ul>
3043
<li><a href="#layout-geo">Geo Layout</a></li>
3144
<ul>
45+
<li><a href="#layout-geo-projection">Projection</a></li>
3246
<li><a href="#layout-geo-lonaxis">Longitude Axis</a></li>
3347
<li><a href="#layout-geo-lataxis">Latitude Axis</a></li>
3448
</ul>

_posts/2015-05-25-ipython-notebooks_gallery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ <h5 class="centered">Redshift</h5>
134134
</a>
135135
<a href="/ipython-notebooks/apache-spark/">
136136
<div class="alltutcol">
137-
<img class="thumbnail" alt="Plotting Spark Dataframes" src="{{site.imgurl}}thumbnail/ipython_13_apache_spark.jpg" >
137+
<img class="thumbnail" alt="Plotting Spark Dataframes" src="{{site.imgurl}}thumbnail/ipython_13_apache_spark_1.jpg" >
138138
<div class="titlecenter">
139139
<h5 class="centered">Apache Spark</h5>
140140
</div>
141141
</div>
142142
</a>
143143
<a href="/ipython-notebooks/big-data-analytics-with-pandas-and-sqlite/">
144144
<div class="alltutcol">
145-
<img class="thumbnail" alt="Big data analytics with Pandas and SQLite" src="{{site.imgurl}}thumbnail/ipython_14_sqlite.jpg" >
145+
<img class="thumbnail" alt="Big data analytics with Pandas and SQLite" src="{{site.imgurl}}thumbnail/ipython_14_sqlite_1.jpg" >
146146
<div class="titlecenter">
147147
<h5 class="centered">SQLite</h5>
148148
</div>

_posts/2015-08-20-dashboard-index.html

Lines changed: 16 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
---
2-
title: Plotly Dashboards
2+
title: Plotly Online Dashboards
33
permalink: /dashboards/
44
language: dashboards
5-
description: Plotly dashboard templates for insurance, sales, energy use, Internet of Things, and more
5+
description: Create dashboards for free online. Plotly online dashboards for insurance, sales, energy, manufacturing, weather and more
66
layout: langindex
77
---
88

9-
<h1 class="centered">Dashboard Templates</h1>
9+
<h1 class="centered" style="font-size: 36px;">Make dashboards online for free</h1>
1010

1111
<br>
1212
<div class="tipbox row">
13-
<p>
14-
10 dashboard templates made with the free <a href="http://keen.github.io/dashboards/layouts/">Keen.io dashboard layouts</a> and embedded Plotly graphs.
15-
</p>
16-
<p>
17-
Read how <a href="https://plot.ly/products/enterprise/customer-stories/goji/">Goji Insurance</a> transformed their business with Plotly dashboards hosted privately on AWS.
18-
</p>
19-
<p>
20-
Don't know HTML? Try <a href="http://dashboards.ly/">Dashboards.ly</a> - A free GUI for creating and hosting Keen.io and Plotly dashboards.
21-
</p>
13+
<p>10 online dashboard examples created by Plotly users.</p>
14+
<br>
15+
<a class="button" href="http://dashboards.ly/" style="font-size: 14px;font-weight: 300;padding: 10px;" target="_blank">
16+
Make a dashboard
17+
</a>
18+
<br>
19+
<br>
20+
<p>
21+
Want to host your own dashboard?
22+
<br>
23+
<a href="https://github.com/plotly/dashboards" target="_blank">Download our free HTML template</a>
24+
</p>
2225
</div>
2326
<br>
2427

@@ -98,81 +101,6 @@ <h5 class="centered" style="color:black;"> Manufacturing SPC Dashboard </h5>
98101
</div>
99102
</a>
100103

101-
<!-- <a href="/python/horizontal-bar-charts/">
102-
<div class="alltutcol">
103-
<img class="thumbnail" alt="Horizontal Bar Charts" src="{{site.staticurl}}/images/bubble-map.png">
104-
<div class="titlecenter" style="background:#ff7f00">
105-
<h5 class="centered" style="color:white;">Healthcare Analytics Dashboard</h5>
106-
</div>
107-
</div>
108-
</a>
109-
110-
<a href="/python/line-charts/">
111-
<div class="alltutcol">
112-
<img class="thumbnail" alt="Sales Dashboard" src="{{site.staticurl}}/images/ipython-img/10 - ipython html report.png">
113-
<div class="titlecenter" style="background:#a6cee3">
114-
<h5 class="centered" style="color:black;">CPG Dashboard</h5>
115-
</div>
116-
</div>
117-
</a>
118-
119-
<a href="/python/line-and-scatter/">
120-
<div class="alltutcol">
121-
<img class="thumbnail" alt="Scatter Plots" src="{{site.staticurl}}/images/line_and_scatter.png">
122-
<div class="titlecenter" style="background:#1f78b4">
123-
<h5 class="centered" style="color:white;">Pharmaceutical Trials Dashboard</h5>
124-
</div>
125-
</div>
126-
</a>
127-
128-
<a href="/python/bar-charts/">
129-
<div class="alltutcol">
130-
<img class="thumbnail" alt="Bar Charts" src="{{site.staticurl}}/images/bubble-map.png">
131-
<div class="titlecenter" style="background:#b2df8a">
132-
<h5 class="centered" style="color:black;">Oil and Gas Dashboard</h5>
133-
</div>
134-
<br>
135-
</div>
136-
</a>
137-
138-
<div></div>
139-
140-
<a href="/python/bubble-charts/">
141-
<div class="alltutcol">
142-
<img class="thumbnail" alt="Bubble Charts" src="{{site.staticurl}}/images//ipython-img/20 - ipython baltimore.png">
143-
<div class="titlecenter" style="background:#fb9a99">
144-
<h5 class="centered" style="color:black;"> Retail Analytics Dashboard </h5>
145-
</div>
146-
</div>
147-
</a>
148-
149-
<a href="/python/time-series/">
150-
<div class="alltutcol">
151-
<img class="thumbnail" alt="Time Series" src="{{site.staticurl}}/images/time-series.png">
152-
<div class="titlecenter" style="background:#e31a1c">
153-
<h5 class="centered" style="color:white;"> Real Estate Dashboard </h5>
154-
</div>
155-
</div>
156-
</a>
157-
158-
<a href="/python/error-bars/">
159-
<div class="alltutcol">
160-
<img class="thumbnail" alt="Error Bars" src="{{site.staticurl}}/images/flight-paths.png">
161-
<div class="titlecenter" style="background:#fdbf6f">
162-
<h5 class="centered" style="color:black;"> Dashboards for Defense </h5>
163-
</div>
164-
</div>
165-
</a>
166-
167-
<a href="/python/line-charts/">
168-
<div class="alltutcol">
169-
<img class="thumbnail" alt="Sales Dashboard" src="{{site.staticurl}}/images/candlestick.png">
170-
<div class="titlecenter" style="background:#a6cee3">
171-
<h5 class="centered" style="color:black;">Finance Dashboard</h5>
172-
</div>
173-
</div>
174-
</a> -->
175-
176104
</div>
177105

178106
<br>
@@ -194,7 +122,7 @@ <h5 class="centered" style="color:black;">Python Dashboard</h5>
194122

195123
<a href="/r/dashboard/">
196124
<div class="alltutcol">
197-
<img class="thumbnail" alt="Scatter Plots" src="{{site.imgurl}}thumbnail/r-small.jpg">
125+
<img class="thumbnail" alt="Scatter Plots" src="{{site.imgurl}}thumbnail/r-small1.jpg">
198126
<div class="titlecenter" style="background:#1f78b4">
199127
<h5 class="centered" style="color:white;">R Dashboard</h5>
200128
</div>

_posts/2015-09-06-python-reference.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
layout: langindex
44
page_type: reference
55
language: python
6-
name: plotly chart attribute reference
7-
title: plotly chart attribute reference
8-
description: The extensive reference of plotly chart attributes for plotly's python library.
6+
name: Plotly | Python chart attribute reference
7+
title: Plotly | Python chart attribute reference
8+
description: The complete reference of Plotly chart attributes for Plotly's Python library.
99
---
1010
<h2><code>python</code> figure reference</h2>
1111

_posts/dashboards/2015-08-20-energy.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Energy Monitoring Dashboard
33
name: Energy Monitoring Dashboard
4-
description: Dashboard with KPIs for electricity usage, solar and wind power analytics, wind energy prospecting and analytics, and more.
4+
description: Energy monitoring dashboard with KPIs for electricity usage, solar and wind energy analytics, wind power prospecting and analytics, and more.
55
permalink: dashboards/energy-monitoring/
66
industry: Energy
77
background_color: '#b2df8a'
@@ -20,17 +20,7 @@
2020

2121
<div class="container-fluid">
2222

23-
<blockquote class="blockquote-reverse" style="margin:40px 0px">
24-
<p>"Data scientists and software engineers working in Python, JavaScript and R thoroughly<br>
25-
enjoy bringing Sighten's growing dataset to life through plotly charts -<br>
26-
providing powerful insights to a variety of companies across the<br>
27-
solar energy and finance industries."</p>
28-
<footer>David, VP of Engineering at <cite title="Source Title">Sighten</cite></footer>
29-
</blockquote>
30-
31-
{% include dashboard-industries-intro.html %}
32-
33-
<h2>Household Electricity Usage</h2>
23+
<h2>Dashboard charts of Household Electricity Use</h2>
3424

3525
<div class="row">
3626
<div class="col-sm-8">
@@ -54,7 +44,7 @@ <h2>Household Electricity Usage</h2>
5444
<div class="col-sm-4">
5545
<div class="chart-wrapper">
5646
<div class="chart-title">
57-
Electricity Usage & Temperature
47+
Electricity Use & Temperature
5848
</div>
5949
<div class="chart-stage">
6050
<iframe width="100%" height="480px" frameborder="0" scrolling="no" src="https://plot.ly/~jackp/12215.embed?link=false&modebar=false"></iframe>
@@ -84,7 +74,7 @@ <h2>Household Electricity Usage</h2>
8474
</div>
8575
</div>
8676

87-
<h2>Household Renewable Energy Production</h2>
77+
<h2>Dashboard charts of Household Renewable Energy Production</h2>
8878

8979
<div class="row">
9080
<div class="col-sm-12">
@@ -103,7 +93,7 @@ <h2>Household Renewable Energy Production</h2>
10393
</div>
10494
</div>
10595

106-
<h2>Wind Power Prospecting and Analysis</h2>
96+
<h2>Dashboard charts of Wind Power Prospecting and Analysis</h2>
10797

10898
<div class="row">
10999
<div class="col-sm-8">

_posts/dashboards/2015-08-20-insurance.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Insurance Dashboard
33
name: Insurance Dashboard
4-
description: Dashboard with KPIs for claims analysis, insurance plans customer satisfaction, stochastic modeling for the insurance industry, and more.
4+
description: Insurance dashboard with KPIs for claims analysis, insurance plans customer satisfaction, stochastic modeling for the insurance industry, and more.
55
permalink: dashboards/insurance/
66
industry: Insurance
77
background_color: '#1f78b4'
@@ -20,14 +20,7 @@
2020

2121
<div class="container-fluid">
2222

23-
<blockquote class="blockquote-reverse" style="margin:40px 0px">
24-
<p>"Plotly is a breath of fresh air in a BI space has become bloated, noisy, frustrating, and inflexible"</p>
25-
<footer>Sean, Head of Analytics and Reporting at <cite title="Source Title">Goji Insurance</cite></footer>
26-
</blockquote>
27-
28-
{% include dashboard-industries-intro.html %}
29-
30-
<h2>Claims analysis</h2>
23+
<h2>Dashboard charts of Claims analysis</h2>
3124

3225
<div class="row">
3326
<div class="col-sm-6">
@@ -65,7 +58,7 @@ <h2>Claims analysis</h2>
6558
</div>
6659
</div>
6760

68-
<h2>Revenue analysis</h2>
61+
<h2>Dashboard charts of Revenue analysis</h2>
6962

7063
<div class="row">
7164
<div class="col-sm-6">
@@ -131,7 +124,7 @@ <h2>Revenue analysis</h2>
131124
</div>
132125
</div>
133126

134-
<h2>Stochastic modeling for the insurance industry</h2>
127+
<h2>Dashboard charts of Stochastic modeling for the insurance industry</h2>
135128
<a href="https://plot.ly/ipython-notebooks/salesforce/">IPython notebook analysis</a>
136129

137130
<div class="row">

_posts/dashboards/2015-08-20-iot.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IoT Raspberry Pi Dashboard
33
name: IoT Raspberry Pi Dashboard
4-
description: Dashboard of sensor readings streamed from Rasberry Pi embedded systems
4+
description: Internet-of-things dashboard of sensor readings streamed from a Rasberry Pi embedded system.
55
permalink: dashboards/iot-rasberry-pi/
66
industry: Internet of Things
77
background_color: '#CC0000'
@@ -19,14 +19,7 @@
1919

2020
<div class="container-fluid">
2121

22-
<blockquote class="blockquote-reverse" style="margin:40px 0px">
23-
<p>"Plotly was key for getting NASA approval to launch a CubeSat for space exploration."</p>
24-
<footer>Dr. Brandon, Professor at <cite title="Source Title">Vermont Technical College</cite></footer>
25-
</blockquote>
26-
27-
{% include dashboard-industries-intro.html %}
28-
29-
<h2>Rasberry Pi Streaming Temperature Data</h2>
22+
<h2>Dashboard charts of Rasberry Pi Streaming Temperature Data</h2>
3023

3124
<div class="row">
3225
<div class="col-sm-3">
@@ -74,7 +67,7 @@ <h2>Rasberry Pi Streaming Temperature Data</h2>
7467
</div>
7568
</div>
7669

77-
<h2>Rasberry Pi Streaming Dissolved Oxygen Sensor Data</h2>
70+
<h2>Dashboard charts of Rasberry Pi Streaming Dissolved Oxygen Sensor Data</h2>
7871

7972
<div class="row">
8073
<div class="col-sm-3">

0 commit comments

Comments
 (0)