Skip to content

Commit a4df7d5

Browse files
more dash plug
1 parent 7f60c41 commit a4df7d5

22 files changed

+86
-63
lines changed

_includes/layouts/dashplug.html

+22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1+
2+
3+
4+
{% if page.language == "python" %}
15
<p class="dash-plug">
26
Our recommended IDE for Plotly's Python graphing library is Dash Enterprise's <a href="https://plotly.com/dash/workspaces/">Data Science Workspaces</a>, which has both Jupyter notebook and Python code file support.
37
<br><a href="https://go.plotly.com/company-lookup" class="plotly-red">Find out if your company is using Dash Enterprise</a>.
48
</p>
9+
{% endif %}
10+
11+
{% if page.language == "r" or page.language == "ggplot2" %}
12+
<br>
13+
<p class="dash-plug">
14+
Building AI apps or dashboards in R? Deploy them to <a href="https://plotly.com/dash/">Dash Enterprise</a> for hyper-scalability and pixel-perfect aesthetic.
15+
<br><b style="font-weight: bold !important;">10% of the Fortune 500 uses Dash Enterprise to productionize AI & data science apps. <a href="https://go.plotly.com/company-search" style="font-weight: bold !important;" class="plotly-red">Find out if your company is using Dash Enterprise</a></b>
16+
</p>
17+
{% endif %}
18+
19+
{% if page.language == "javascript" or page.language == "plotly_js" %}
20+
<br>
21+
<p class="dash-plug">
22+
Building AI apps or dashboards with Plotly.js? <a href="https://plotly.com/chart-studio/">Chart Studio</a> enables 1-click export, editing and sharing of Plotly.js charts.
23+
If building a full-stack app with Plotly.js, you might save time by building with <a href="https://dash.plotly.com/">Dash</a> instead.
24+
<b style="font-weight: bold !important;"><a href="https://plotly.com/get-demo/?utm_source=docs&utm_medium=graphing&utm_campaign=nov&utm_content=javascript" class="plotly-red" style="font-weight: bold !important;">Schedule a Dash Enterprise demo.</a></b>
25+
</p>
26+
{% endif %}

_includes/layouts/new-to-plotly.html

+17
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
<br>
1313
{% endif %}
1414

15+
{% if page.language == "r" or page.language == "ggplot2 %}
16+
<p class="dash-plug">
17+
Building AI apps or dashboards in R? Deploy them to <a href="https://plotly.com/dash/">Dash Enterprise</a> for hyper-scalability and pixel-perfect aesthetic.
18+
<br><b style="font-weight: bold !important;">10% of the Fortune 500 uses Dash Enterprise to productionize AI & data science apps. <a href="https://go.plotly.com/company-search" style="font-weight: bold !important;" class="plotly-red">Find out if your company is using Dash Enterprise</a></b>
19+
</p>
20+
<br>
21+
{% endif %}
22+
23+
{% if page.language == "javascript" or page.language == "plotly_js" %}
24+
<p class="dash-plug">
25+
Building AI apps or dashboards with Plotly.js? <a href="https://plotly.com/chart-studio/">Chart Studio</a> enables 1-click export, editing and sharing of Plotly.js charts.
26+
If building a full-stack app with Plotly.js, you might save time by building with <a href="https://dash.plotly.com/">Dash</a> instead.
27+
<b><a href="https://plotly.com/get-demo/?utm_source=docs&utm_medium=graphing&utm_campaign=nov&utm_content=javascript" class="plotly-red" style="font-weight: bold !important;">Schedule a Dash Enterprise demo.</a></b>
28+
</p>
29+
<br>
30+
{% endif %}
31+
1532
{% if page.language == "python" or page.language == "plotly_js" or page.language == "r" or page.language == "ggplot2" %}
1633
<details>
1734
<summary><span style="cursor: pointer; color: #506784 !important">New to Plotly?</span></summary>

_posts/ggplot2/2016-12-16-ggplot2-index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ redirect_from: ggplot2/reference/
1111
<div class="--welcome-body">
1212
<!--div.--wrap-inner-->
1313
<div class="--title">
14-
14+
1515
<div class="--body">
1616
<h1>Plotly ggplot2 Library</h1>
1717
<p>{{page.description}}</p>
18+
{% include layouts/dashplug.html %}
1819
</div>
1920
</div>
2021
</div>

_posts/plotly_js/2015-04-05-plotly_js-index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ <h1>Plotly JavaScript Open Source Graphing Library</h1>
2424
</div>
2525
<div class="--title">
2626
<div class="--body">
27-
<p>
28-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
29-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
30-
</p>
27+
{% include layouts/dashplug.html %}
3128
<br>
3229
<details>
3330
<summary>Read more about plotly.js features</summary>

_posts/plotly_js/3d/2017-02-24-plotly_js-3D-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js 3D Charts</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/basic/2017-02-24-plotly_js-basic-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Basic Charts</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/chart-events/2019-09-12-plotly_js-chart-events-index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly.js Chart Events</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>

_posts/plotly_js/financial/2019-08-12-plotly_js-financial-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Financial Charts</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/fundamentals/2019-09-11-plotly_js-fundamentals-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717

1818
<div class="--body">
1919
<h1>Plotly.js Fundamentals</h1>
20-
<p>{{page.description}}</p><br>
21-
<p>
22-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
23-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
24-
</p>
20+
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2522
</div>
2623
</div>
2724
</div>

_posts/plotly_js/maps/2019-08-12-plotly_js-map-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Maps</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/scientific/2017-02-24-plotly_js-scientific-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Scientific Charts</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/statistical/2017-02-24-plotly_js-statistical-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Statistical Charts</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/plotly_js/subplot/2019-09-12-plotly_js-subplots-index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616

1717
<div class="--body">
1818
<h1>Plotly.js Subplots</h1>
19-
<p>{{page.description}}</p><br>
20-
<p>
21-
Organizations such as Telsa Motors and Standard & Poors pair Plotly.js development with <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>, which allows seamless export of Plotly.js charts
22-
into an enterprise platform for editing, sharing, embedding and searching Plotly.js charts. Please get in touch to learn more about <a href="https://plotly.com/chart-studio/">Chart Studio Enterprise</a>.
23-
</p>
19+
<p>{{page.description}}</p>
20+
{% include layouts/dashplug.html %}
2421
</div>
2522
</div>
2623
</div>

_posts/r/2015-07-30-r-index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ language: r
1111
<div class="--welcome-body">
1212
<!--div.--wrap-inner-->
1313
<div class="--title">
14-
14+
1515
<div class="--body">
1616
<h1>Plotly R Open Source Graphing Library</h1>
1717
<p>{{page.description}}
1818
<br>Plotly.R is <a href="/r/is-plotly-free">free and open source</a>
1919
and you can <a target="_blank" href="https://github.com/ropensci/plotly">view the source, report issues or contribute on GitHub</a>.
2020

2121
</p>
22+
{% include layouts/dashplug.html %}
2223
</div>
2324
</div>
2425
</div>

_posts/r/2017-02-24-r-3d-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library 3D Charts</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","3d_charts" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2017-02-24-r-basic-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Basic Charts</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","basic" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2017-02-24-r-fundamental-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: langindex
77
name: Fundamentals
88
page_type: example_index
99
permalink: r/plotly-fundamentals/
10-
redirect_from:
10+
redirect_from:
1111
- r/fundamentals/
1212
- r/style-options/
1313
- r/layout-options/
@@ -18,10 +18,11 @@ thumbnail: thumbnail/mixed.jpg
1818
<div class="--welcome-body">
1919
<!--div.--wrap-inner-->
2020
<div class="--title">
21-
21+
2222
<div class="--body">
2323
<h1>Plotly R Library Fundamentals</h1>
2424
<p>{{page.description}}</p>
25+
{% include layouts/dashplug.html %}
2526
</div>
2627
</div>
2728
</div>

_posts/r/2017-02-24-r-maps-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Maps</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","maps" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2017-02-24-r-scientific-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Scientific Charts</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","scientific" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2017-02-24-r-statistical-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Statistical Charts</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","statistical" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2017-02-24-r-subplot-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Subplots and Multiple Axes</h1>
2020
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
2122
</div>
2223
</div>
2324
</div>
2425
</header>
2526

2627
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","multiple_axes" | where: "layout","base" | sort: "order" %}
27-
{% include posts/documentation_eg.html %}
28+
{% include posts/documentation_eg.html %}

_posts/r/2019-09-12-r-financial-charts-index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ thumbnail: thumbnail/mixed.jpg
1414
<div class="--welcome-body">
1515
<!--div.--wrap-inner-->
1616
<div class="--title">
17-
17+
1818
<div class="--body">
1919
<h1>Plotly R Library Financial Charts</h1>
2020
<p>{{page.description}}</consectetur>
2121
</p>
22+
{% include layouts/dashplug.html %}
2223
</div>
2324
</div>
2425
</div>
2526
</header>
2627

2728
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","financial" | where: "layout","base" | sort: "order" %}
28-
{% include posts/documentation_eg.html %}
29+
{% include posts/documentation_eg.html %}

0 commit comments

Comments
 (0)