Skip to content

Commit e0c0f68

Browse files
Site updated at 2019-07-16 17:04:51 UTC
1 parent 643b454 commit e0c0f68

File tree

1,051 files changed

+371851
-70469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,051 files changed

+371851
-70469
lines changed

2015/07/15/alpha-shape.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
scatter = dict(
88
mode = "markers",
99
name = "y",
10-
type = "scatter3d",
10+
type = "scatter3d",
1111
x = df['x'], y = df['y'], z = df['z'],
1212
marker = dict( size=2, color="rgb(23, 190, 207)" )
1313
)
1414
clusters = dict(
1515
alphahull = 7,
1616
name = "y",
1717
opacity = 0.1,
18-
type = "mesh3d",
18+
type = "mesh3d",
1919
x = df['x'], y = df['y'], z = df['z']
2020
)
2121
layout = dict(

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ task :deploy => [:check_git] do
1919
puts "...git pull origin \"#{source_branch}\""
2020
system "git pull origin \"#{source_branch}\""
2121
puts "...getting latest python docs"
22-
system "rm -rf _posts/python-next/html"
23-
system "git clone -b built git@github.com:plotly/plotly.py-docs _posts/python-next/html"
22+
system "rm -rf _posts/python/html"
23+
system "git clone -b built git@github.com:plotly/plotly.py-docs _posts/python/html"
2424
puts "...update plot schema"
2525
system "python ./get_plotschema.py && git add _data/plotschema.json && git commit -m \"Updated plotschema at #{Time.now.utc}\" && git push origin \"#{source_branch}\""
2626
puts "...generate _site"

ggplot2/animations/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,11 @@ <h1>
339339

340340
<nav class="lang-nav">
341341
<ul class="lang-nav--list"><li class="lang-nav--item">
342+
<a class="lang_nav_button " href="/python/animations/">
343+
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
344+
Python
345+
</a>
346+
</li><li class="lang-nav--item">
342347
<a class="lang_nav_button " href="/r/animations/">
343348
<div><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt="r" class="lang_nav_thum"></div>
344349
R
@@ -349,11 +354,6 @@ <h1>
349354

350355
Javascript
351356
</a>
352-
</li><li class="lang-nav--item">
353-
<a class="lang_nav_button " href="/python/animations/">
354-
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
355-
Python
356-
</a>
357357
</li></ul>
358358
</nav>
359359

ggplot2/box-plots/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,15 @@ <h1>
339339

340340
<nav class="lang-nav">
341341
<ul class="lang-nav--list"><li class="lang-nav--item">
342-
<a class="lang_nav_button " href="/r/box-plots/">
343-
<div><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt="r" class="lang_nav_thum"></div>
344-
R
345-
</a>
346-
</li><li class="lang-nav--item">
347342
<a class="lang_nav_button " href="/python/box-plots/">
348343
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
349344
Python
350345
</a>
346+
</li><li class="lang-nav--item">
347+
<a class="lang_nav_button " href="/r/box-plots/">
348+
<div><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt="r" class="lang_nav_thum"></div>
349+
R
350+
</a>
351351
</li><li class="lang-nav--item">
352352
<a class="lang_nav_button " href="/javascript/box-plots/">
353353
<div><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt="plotly.js" class="lang_nav_thum"></div>

ggplot2/getting-started/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ <h1>
327327

328328
<nav class="lang-nav">
329329
<ul class="lang-nav--list"><li class="lang-nav--item">
330+
<a class="lang_nav_button " href="/python/getting-started/">
331+
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
332+
Python
333+
</a>
334+
</li><li class="lang-nav--item">
330335
<a class="lang_nav_button " href="/r/getting-started/">
331336
<div><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt="r" class="lang_nav_thum"></div>
332337
R
@@ -337,11 +342,6 @@ <h1>
337342

338343
Javascript
339344
</a>
340-
</li><li class="lang-nav--item">
341-
<a class="lang_nav_button " href="/python/getting-started/">
342-
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
343-
Python
344-
</a>
345345
</li></ul>
346346
</nav>
347347

ggplot2/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,26 @@
628628

629629

630630

631+
632+
633+
634+
635+
636+
637+
638+
639+
640+
641+
642+
643+
644+
645+
646+
647+
648+
649+
650+
631651

632652

633653

ggplot2/user-guide/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,6 @@
327327
<div><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt="r" class="lang_nav_thum"></div>
328328
R
329329
</a>
330-
</li><li class="lang-nav--item">
331-
<a class="lang_nav_button " href="/python/user-guide/">
332-
<div><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt="python" class="lang_nav_thum"></div>
333-
Python
334-
</a>
335330
</li></ul>
336331
</nav>
337332

ipython-notebooks/2d-kernel-density-distributions/index.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,6 @@
271271
</li>
272272
</ul>
273273

274-
<button class="--btn back">
275-
<div>
276-
<img class="--icon-notebook" src="https://plot.ly/gh-pages/documentation/static/images/notebook@2x.png" alt="notebook">
277-
</div>
278-
<span><a href="//">Download <b>THIS</b> Notebook!</a></span>
279-
</button>
280-
281274
<button class="--btn back">
282275
<div class="icon">
283276
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -334,6 +327,20 @@ <h1>
334327

335328
<!-- Start Plotly Basics Section -->
336329
<section class="tutorial-content">
330+
331+
332+
333+
334+
335+
<div style="margin: 20px auto; width: 75%; background: #f4f4f8; padding: 20px; font-weight: 400;
336+
line-height: 1.85; text-align: center; border: 5px dashed #ab63fa;">
337+
<strong>Note:</strong> this page is part of the documentation for version 3 of Plotly.py, which is <em>not the most recent version</em>.<br/>
338+
See our <a href="https://plot.ly/python/v4-migration/" style="color: #2391fe">Version 4 Migration Guide</a> for information about how to upgrade.
339+
</div>
340+
341+
342+
343+
337344

338345
<div class="cell border-box-sizing text_cell rendered">
339346
<div class="prompt input_prompt">
@@ -925,6 +932,7 @@ <h3 id="Contour-plot-of-the-joint-distribution-of-data-from-the-second-file">Con
925932

926933
</main>
927934

935+
928936
<section class="--help-box">
929937
<a
930938
href="https://dash.plot.ly/getting-started

ipython-notebooks/amazon-redshift/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en-US">
33
<meta charset="utf-8">
44
<title>Redirecting&hellip;</title>
5-
<link rel="canonical" href="https://plot.ly/python/amazon-redshift/">
6-
<script>location="https://plot.ly/python/amazon-redshift/"</script>
7-
<meta http-equiv="refresh" content="0; url=https://plot.ly/python/amazon-redshift/">
5+
<link rel="canonical" href="https://plot.ly/python/v3/amazon-redshift/">
6+
<script>location="https://plot.ly/python/v3/amazon-redshift/"</script>
7+
<meta http-equiv="refresh" content="0; url=https://plot.ly/python/v3/amazon-redshift/">
88
<meta name="robots" content="noindex">
99
<h1>Redirecting&hellip;</h1>
10-
<a href="https://plot.ly/python/amazon-redshift/">Click here if you are not redirected.</a>
10+
<a href="https://plot.ly/python/v3/amazon-redshift/">Click here if you are not redirected.</a>
1111
</html>

ipython-notebooks/apache-spark/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en-US">
33
<meta charset="utf-8">
44
<title>Redirecting&hellip;</title>
5-
<link rel="canonical" href="https://plot.ly/python/apache-spark/">
6-
<script>location="https://plot.ly/python/apache-spark/"</script>
7-
<meta http-equiv="refresh" content="0; url=https://plot.ly/python/apache-spark/">
5+
<link rel="canonical" href="https://plot.ly/python/v3/apache-spark/">
6+
<script>location="https://plot.ly/python/v3/apache-spark/"</script>
7+
<meta http-equiv="refresh" content="0; url=https://plot.ly/python/v3/apache-spark/">
88
<meta name="robots" content="noindex">
99
<h1>Redirecting&hellip;</h1>
10-
<a href="https://plot.ly/python/apache-spark/">Click here if you are not redirected.</a>
10+
<a href="https://plot.ly/python/v3/apache-spark/">Click here if you are not redirected.</a>
1111
</html>

0 commit comments

Comments
 (0)