From 7101fc9a8a5a3348d3ec7ba5fb84d4d9986ea622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Tr=C3=B6ndle?= Date: Thu, 7 Sep 2017 06:54:49 +0200 Subject: [PATCH] Fix choropleth typo in doc (#542) --- doc/source/mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/mapping.rst b/doc/source/mapping.rst index e09c616..9a76482 100644 --- a/doc/source/mapping.rst +++ b/doc/source/mapping.rst @@ -37,10 +37,10 @@ We can now plot those GeoDataFrames: Note that in general, any options one can pass to `pyplot `_ in ``matplotlib`` (or `style options that work for lines `_) can be passed to the ``plot()`` method. -Chloropleth Maps +Choropleth Maps ----------------- -*geopandas* makes it easy to create Chloropleth maps (maps where the color of each shape is based on the value of an associated variable). Simply use the plot command with the ``column`` argument set to the column whose values you want used to assign colors. +*geopandas* makes it easy to create Choropleth maps (maps where the color of each shape is based on the value of an associated variable). Simply use the plot command with the ``column`` argument set to the column whose values you want used to assign colors. .. ipython:: python