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

Skip to content

Commit 05a4c78

Browse files
committed
update version check for scientific charts in python/version2
1 parent 33be3b2 commit 05a4c78

35 files changed

+6321
-10941
lines changed

_posts/python-version2/scientific/annotated-heatmap/2015-06-30-annotated_heatmap.html

Lines changed: 24 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,62 +7,28 @@
77
layout: user-guide
88
name: Annotated Heatmaps
99
language: python
10-
version: 2
1110
title: Python Annotated Heatmaps | plotly
1211
display_as: scientific
1312
has_thumbnail: true
13+
version: 2
1414
ipynb: ~notebook_demo/35
1515
order: 4
1616
page_type: u-guide
1717
---
1818
{% raw %}
19-
<div class="cell border-box-sizing text_cell rendered">
20-
<div class="prompt input_prompt">
19+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
2120
</div>
2221
<div class="inner_cell">
2322
<div class="text_cell_render border-box-sizing rendered_html">
2423
<h4 id="New-to-Plotly?">New to Plotly?<a class="anchor-link" href="#New-to-Plotly?">&#182;</a></h4><p>Plotly's Python library is free and open source! <a href="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <a href="https://plot.ly/python/getting-started/">reading the primer</a>.
2524
<br>You can set up Plotly to work in <a href="https://plot.ly/python/getting-started/#initialization-for-online-plotting">online</a> or <a href="https://plot.ly/python/getting-started/#initialization-for-offline-plotting">offline</a> mode, or in <a href="https://plot.ly/python/getting-started/#start-plotting-online">jupyter notebooks</a>.
2625
<br>We also have a quick-reference <a href="https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf">cheatsheet</a> (new!) to help you get started!</p>
27-
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#182;</a></h4><p>Plotly's python package is updated frequently. To upgrade, run <code>pip install plotly --upgrade</code>.</p>
28-
29-
</div>
30-
</div>
31-
</div>
32-
<div class="cell border-box-sizing code_cell rendered">
33-
<div class="input">
34-
<div class="prompt input_prompt">In&nbsp;[2]:</div>
35-
<div class="inner_cell">
36-
<div class="input_area">
37-
<div class=" highlight hl-ipython2"><pre><span></span><span class="kn">import</span> <span class="nn">plotly</span>
38-
<span class="n">plotly</span><span class="o">.</span><span class="n">__version__</span>
39-
</pre></div>
40-
41-
</div>
42-
</div>
43-
</div>
44-
45-
<div class="output_wrapper">
46-
<div class="output">
47-
48-
49-
<div class="output_area">
50-
<div class="prompt output_prompt">Out[2]:</div>
51-
52-
53-
54-
<div class="output_text output_subarea output_execute_result">
55-
<pre>&#39;2.0.2&#39;</pre>
56-
</div>
26+
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#182;</a></h4><p>This is documentation for version 2 of plotly.py. See the <a href="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23">changelog</a> for differences between package versions.</p>
5727

5828
</div>
59-
6029
</div>
6130
</div>
62-
63-
</div>
64-
<div class="cell border-box-sizing text_cell rendered">
65-
<div class="prompt input_prompt">
31+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
6632
</div>
6733
<div class="inner_cell">
6834
<div class="text_cell_render border-box-sizing rendered_html">
@@ -97,9 +63,11 @@ <h4 id="Simple-Annotated-Heatmap">Simple Annotated Heatmap<a class="anchor-link"
9763

9864

9965
<div class="output_area">
66+
10067
<div class="prompt output_prompt">Out[3]:</div>
10168

10269

70+
10371
<div class="output_html rendered_html output_subarea output_execute_result">
10472
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/417.embed" height="525px" width="100%"></iframe>
10573
</div>
@@ -110,8 +78,7 @@ <h4 id="Simple-Annotated-Heatmap">Simple Annotated Heatmap<a class="anchor-link"
11078
</div>
11179

11280
</div>
113-
<div class="cell border-box-sizing text_cell rendered">
114-
<div class="prompt input_prompt">
81+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
11582
</div>
11683
<div class="inner_cell">
11784
<div class="text_cell_render border-box-sizing rendered_html">
@@ -145,9 +112,11 @@ <h4 id="Defined-Colorscale">Defined Colorscale<a class="anchor-link" href="#Defi
145112

146113

147114
<div class="output_area">
115+
148116
<div class="prompt output_prompt">Out[4]:</div>
149117

150118

119+
151120
<div class="output_html rendered_html output_subarea output_execute_result">
152121
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/419.embed" height="525px" width="100%"></iframe>
153122
</div>
@@ -158,8 +127,7 @@ <h4 id="Defined-Colorscale">Defined Colorscale<a class="anchor-link" href="#Defi
158127
</div>
159128

160129
</div>
161-
<div class="cell border-box-sizing text_cell rendered">
162-
<div class="prompt input_prompt">
130+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
163131
</div>
164132
<div class="inner_cell">
165133
<div class="text_cell_render border-box-sizing rendered_html">
@@ -195,9 +163,11 @@ <h4 id="Custom-Colorscale">Custom Colorscale<a class="anchor-link" href="#Custom
195163

196164

197165
<div class="output_area">
166+
198167
<div class="prompt output_prompt">Out[5]:</div>
199168

200169

170+
201171
<div class="output_html rendered_html output_subarea output_execute_result">
202172
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/421.embed" height="525px" width="100%"></iframe>
203173
</div>
@@ -208,8 +178,7 @@ <h4 id="Custom-Colorscale">Custom Colorscale<a class="anchor-link" href="#Custom
208178
</div>
209179

210180
</div>
211-
<div class="cell border-box-sizing text_cell rendered">
212-
<div class="prompt input_prompt">
181+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
213182
</div>
214183
<div class="inner_cell">
215184
<div class="text_cell_render border-box-sizing rendered_html">
@@ -250,9 +219,11 @@ <h4 id="Custom-Text-and-X-&amp;-Y-Labels">Custom Text and X &amp; Y Labels<a cla
250219

251220

252221
<div class="output_area">
222+
253223
<div class="prompt output_prompt">Out[6]:</div>
254224

255225

226+
256227
<div class="output_html rendered_html output_subarea output_execute_result">
257228
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/423.embed" height="525px" width="100%"></iframe>
258229
</div>
@@ -263,8 +234,7 @@ <h4 id="Custom-Text-and-X-&amp;-Y-Labels">Custom Text and X &amp; Y Labels<a cla
263234
</div>
264235

265236
</div>
266-
<div class="cell border-box-sizing text_cell rendered">
267-
<div class="prompt input_prompt">
237+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
268238
</div>
269239
<div class="inner_cell">
270240
<div class="text_cell_render border-box-sizing rendered_html">
@@ -302,9 +272,11 @@ <h4 id="Annotated-Heatmap-with-numpy">Annotated Heatmap with numpy<a class="anch
302272

303273

304274
<div class="output_area">
275+
305276
<div class="prompt output_prompt">Out[7]:</div>
306277

307278

279+
308280
<div class="output_html rendered_html output_subarea output_execute_result">
309281
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/425.embed" height="525px" width="100%"></iframe>
310282
</div>
@@ -315,8 +287,7 @@ <h4 id="Annotated-Heatmap-with-numpy">Annotated Heatmap with numpy<a class="anch
315287
</div>
316288

317289
</div>
318-
<div class="cell border-box-sizing text_cell rendered">
319-
<div class="prompt input_prompt">
290+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
320291
</div>
321292
<div class="inner_cell">
322293
<div class="text_cell_render border-box-sizing rendered_html">
@@ -414,9 +385,11 @@ <h4 id="Custom-Hovertext">Custom Hovertext<a class="anchor-link" href="#Custom-H
414385

415386

416387
<div class="output_area">
388+
417389
<div class="prompt output_prompt">Out[8]:</div>
418390

419391

392+
420393
<div class="output_html rendered_html output_subarea output_execute_result">
421394
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~PythonPlotBot/427.embed" height="525px" width="100%"></iframe>
422395
</div>
@@ -427,8 +400,7 @@ <h4 id="Custom-Hovertext">Custom Hovertext<a class="anchor-link" href="#Custom-H
427400
</div>
428401

429402
</div>
430-
<div class="cell border-box-sizing text_cell rendered">
431-
<div class="prompt input_prompt">
403+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
432404
</div>
433405
<div class="inner_cell">
434406
<div class="text_cell_render border-box-sizing rendered_html">
@@ -454,8 +426,10 @@ <h4 id="Reference">Reference<a class="anchor-link" href="#Reference">&#182;</a><
454426

455427

456428
<div class="output_area">
429+
457430
<div class="prompt"></div>
458431

432+
459433
<div class="output_subarea output_stream output_stdout output_text">
460434
<pre>Help on function create_annotated_heatmap in module plotly.figure_factory._annotated_heatmap:
461435

0 commit comments

Comments
 (0)