Skip to content

Commit 107f5aa

Browse files
author
mahdis-z
committed
minor revisions
1 parent caaa5c0 commit 107f5aa

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

python/Line-on-Mapbox.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jupyter:
1313
name: python3
1414
language_info:
1515
codemirror_mode:
16-
name: ipython
16+
name: ipython
1717
version: 3
1818
file_extension: .py
1919
mimetype: text/x-python
@@ -22,19 +22,19 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description: How to make a Mapbox Choropleth Map of US Counties in Python with
25+
description: How to draw a line on Map in Python with
2626
Plotly.
2727
display_as: maps
2828
has_thumbnail: true
2929
ipynb: ~notebook_demo/56
3030
language: python
3131
layout: user-guide
32-
name: Mapbox Choropleth Maps
32+
name: Lines on Maps
3333
order: 1
3434
page_type: example_index
35-
permalink: python/mapbox-county-choropleth/
36-
thumbnail: thumbnail/mapbox-choropleth.png
37-
title: Python Mapbox Choropleth Maps | plotly
35+
permalink: python/lines-on-maps/
36+
thumbnail: thumbnail/fill-area.jpg
37+
title: Lines on Maps | plotly
3838
---
3939

4040

@@ -45,7 +45,8 @@ To plot on Mapbox maps with Plotly you *may* need a Mapbox account and a public
4545

4646
### How to draw a Line on a Map
4747

48-
To draw a line on your map, you either can use [Scattermapbox](https://plot.ly/python/reference/#scattermapbox) or [scattergeo](https://plot.ly/python/reference/#scattergeo) trace type. Then . In this example uses scattermapbox and define the drawing [mode](https://plot.ly/python/reference/#scattermapbox-mode) to the combination of markers and line.
48+
To draw a line on your map, you either can use [Scattermapbox](https://plot.ly/python/reference/#scattermapbox) or [scattergeo](https://plot.ly/python/reference/#scattergeo) trace type. This example uses scattermapbox and defines
49+
the drawing [mode](https://plot.ly/python/reference/#scattermapbox-mode) to the combination of markers and line.
4950

5051
```python
5152
import plotly.graph_objects as go

python/Mapbox-area.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description: How to make a Mapbox Choropleth Map of US Counties in Python with
25+
description: How to make an area on Map in Python with
2626
Plotly.
2727
display_as: maps
2828
has_thumbnail: true
2929
ipynb: ~notebook_demo/56
3030
language: python
3131
layout: user-guide
32-
name: Mapbox Choropleth Maps
32+
name: Filled Area on Maps
3333
order: 1
3434
page_type: example_index
35-
permalink: python/mapbox-county-choropleth/
36-
thumbnail: thumbnail/mapbox-choropleth.png
35+
permalink: python/filled-area-on-mapbox/
36+
thumbnail: thumbnail/area.jpg
3737
title: Python Mapbox Choropleth Maps | plotly
3838
---
3939

0 commit comments

Comments
 (0)