Skip to content

Commit 217894b

Browse files
committed
clarify map type in titles
1 parent e115141 commit 217894b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/python/filled-area-on-mapbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jupyter:
2626
display_as: maps
2727
language: python
2828
layout: base
29-
name: Filled Area on Maps
29+
name: Filled Area on Tile Maps
3030
order: 4
3131
page_type: example_index
3232
permalink: python/filled-area-tile-maps/

doc/python/lines-on-mapbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jupyter:
2626
display_as: maps
2727
language: python
2828
layout: base
29-
name: Lines on Maps
29+
name: Lines on Tile Maps
3030
order: 3
3131
page_type: example_index
3232
permalink: python/lines-on-tile-maps/
3333
redirect_from: python/lines-on-mapbox/
3434
thumbnail: thumbnail/line_mapbox.jpg
3535
---
3636

37-
### Lines on maps using Plotly Express
37+
### Lines on tile maps using Plotly Express
3838

3939
To draw a line on a map, you either can use `px.line_map` in Plotly Express, or `go.Scattermap` in Plotly Graph Objects. Here's an example of drawing a line on a tile-based map using Plotly Express.
4040

doc/python/scattermapbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jupyter:
2626
display_as: maps
2727
language: python
2828
layout: base
29-
name: Scatter Plots on Mapbox
29+
name: Scatter Plots on Tile Maps
3030
order: 10
3131
page_type: u-guide
3232
permalink: python/tile-scatter-maps/

0 commit comments

Comments
 (0)