You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4id="New-to-Plotly?">New to Plotly?<aclass="anchor-link" href="#New-to-Plotly?">¶</a></h4><p>Plotly's Python library is free and open source! <ahref="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <ahref="https://plot.ly/python/getting-started/">reading the primer</a>.
22
+
<h4id="New-to-Plotly?">New to Plotly?<aclass="anchor-link" href="#New-to-Plotly?">¶</a></h4><p>Plotly's Python library is free and open source! <ahref="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <ahref="https://plot.ly/python/getting-started/">reading the primer</a>.
23
23
<br>You can set up Plotly to work in <ahref="https://plot.ly/python/getting-started/#initialization-for-online-plotting">online</a> or <ahref="https://plot.ly/python/getting-started/#initialization-for-offline-plotting">offline</a> mode, or in <ahref="https://plot.ly/python/getting-started/#start-plotting-online">jupyter notebooks</a>.
24
24
<br>We also have a quick-reference <ahref="https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf">cheatsheet</a> (new!) to help you get started!</p>
25
25
@@ -30,7 +30,16 @@ <h4 id="New-to-Plotly?">New to Plotly?<a class="anchor-link" href="#New-to-Plotl
<h4id="United-States-Choropleth-Map">United States Choropleth Map<aclass="anchor-link" href="#United-States-Choropleth-Map">¶</a></h4>
33
+
<h4id="Version-Check">Version Check<aclass="anchor-link" href="#Version-Check">¶</a></h4><p>This is documentation for version 2 of plotly.py. See the <ahref="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23">changelog</a> for differences between package versions.</p>
<h4id="Full-County-Choropleths">Full County Choropleths<aclass="anchor-link" href="#Full-County-Choropleths">¶</a></h4><p>For the full county choropleth doc page checkout <ahref="https://plot.ly/python/county-choropleth/">https://plot.ly/python/county-choropleth/</a></p>
335
+
<h4id="Full-County-Choropleths">Full County Choropleths<aclass="anchor-link" href="#Full-County-Choropleths">¶</a></h4><p>For the full county choropleth doc page checkout <ahref="https://plot.ly/python/county-choropleth/">https://plot.ly/python/county-choropleth/</a></p>
<h4id="Reference">Reference<aclass="anchor-link" href="#Reference">¶</a></h4><p>See <ahref="https://plot.ly/python/reference/#choropleth">https://plot.ly/python/reference/#choropleth</a> for more information and chart attribute options!</p>
383
+
<h4id="Reference">Reference<aclass="anchor-link" href="#Reference">¶</a></h4><p>See <ahref="https://plot.ly/python/reference/#choropleth">https://plot.ly/python/reference/#choropleth</a> for more information and chart attribute options!</p>
Copy file name to clipboardExpand all lines: _posts/python-version2/maps/choropleth-maps/Choropleth_maps.ipynb
+18-51Lines changed: 18 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@
10
10
"<br>We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf) (new!) to help you get started!\n"
11
11
]
12
12
},
13
+
{
14
+
"cell_type": "markdown",
15
+
"metadata": {},
16
+
"source": [
17
+
"#### Version Check\n",
18
+
"This is documentation for version 2 of plotly.py. See the [changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23) for differences between package versions."
<h4id="Version-Check">Version Check<aclass="anchor-link" href="#Version-Check">¶</a></h4><p>Note: <code>United States County Choropleths</code> are available in version <b>2.5.1+</b><br>
34
-
Run <code>pip install plotly --upgrade</code> to update your Plotly version</p>
<h4id="Version-Check">Version Check<aclass="anchor-link" href="#Version-Check">¶</a></h4><p>This is documentation for version 2 of plotly.py. See the <ahref="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23">changelog</a> for differences between package versions.</p>
0 commit comments