-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy path2019-07-03-maps-index.html
More file actions
44 lines (37 loc) · 1.7 KB
/
Copy path2019-07-03-maps-index.html
File metadata and controls
44 lines (37 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
permalink: python/maps/
redirect_from: python/next/maps/
description: Plotly's Python graphing library makes interactive, publication-quality maps online.
name: Maps
layout: langindex
language: python
display_as: maps
thumbnail: thumbnail/mixed.jpg
page_type: example_index
---
<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">
<div class="--body">
<h1>Plotly Python Open Source Graphing Library Maps</h1>
<p>{{page.description}}</p><br>
{% include layouts/page-another-language.html %}
{% include layouts/dashplug.html %}
</div>
</div>
</div>
</header>
{% assign languagelist = site.posts | where:"language","python" | where:"display_as","maps" | where: "layout","base" | sort: "order" %}
{% include posts/documentation_eg.html %}
<hr>
<div>
<div>
<h3 id="choropleth-maps-in-dash">Maps in Dash</h3>
<p><a href="https://plotly.com/dash/">Dash</a> is the best way to build analytical apps in Python using Plotly figures. To run the app below, run <code>pip install dash</code>, click "Download" to get the code and run <code>python app.py</code>.</p>
<p>Get started with <a href="https://dash.plotly.com/installation">the official Dash docs</a> and <strong>learn how to effortlessly <a href="https://plotly.com/dash/design-kit/">style</a> & <a href="https://plotly.com/dash/app-manager/">deploy</a> apps like this with <a class="plotly-red" href="https://plotly.com/dash-enterprise/">Dash Enterprise</a>.</strong></p>
</div>
</div>
<div>
<iframe width="100%" height="1200" src="https://python-docs-dash-snippets.herokuapp.com/choropleth-maps" frameborder="0" allowfullscreen=""></iframe>
</div>