From 79f55c71a0033c41dc31a8cdd647cd6acba15d86 Mon Sep 17 00:00:00 2001 From: Eran Date: Mon, 27 Apr 2020 11:16:26 +0300 Subject: [PATCH] Update datashader.md typo on subheader --- doc/python/datashader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/datashader.md b/doc/python/datashader.md index 2086f4e491e..7c4ffce30c2 100644 --- a/doc/python/datashader.md +++ b/doc/python/datashader.md @@ -36,7 +36,7 @@ jupyter: [datashader](https://datashader.org/) creates rasterized representations of large datasets for easier visualization, with a pipeline approach consisting of several steps: projecting the data on a regular grid, creating a color representation of the grid, etc. -### Passing datashader rasters as a mabox image layer +### Passing datashader rasters as a mapbox image layer We visualize here the spatial distribution of taxi rides in New York City. A higher density is observed on major avenues. For more details about mapbox charts, see [the mapbox layers tutorial](/python/mapbox-layers). No mapbox token is needed here.