mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
Fix choropleth typo in doc (#542)
This commit is contained in:
committed by
James McBride
parent
3bf59112ae
commit
7101fc9a8a
@@ -37,10 +37,10 @@ We can now plot those GeoDataFrames:
|
||||
Note that in general, any options one can pass to `pyplot <http://matplotlib.org/api/pyplot_api.html>`_ in ``matplotlib`` (or `style options that work for lines <http://matplotlib.org/api/lines_api.html>`_) 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user