We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917b3aa commit d3101f3Copy full SHA for d3101f3
examples/gallery/symbols/points_categorical.py
@@ -6,8 +6,8 @@
6
color-coded by categories. In the example below, we show how the
7
`Palmer Penguins dataset <https://github.com/allisonhorst/palmerpenguins>`__
8
can be visualized. Here, we can pass the individual categories included in
9
-the "species" column directly to the ``color`` parameter via
10
-``color=df.species.cat.codes.astype(int)``. Additionally, we have to set
+the "species" column directly to the ``fill`` parameter via
+``fill=df.species.cat.codes.astype(int)``. Additionally, we have to set
11
``cmap=True``. A desired colormap can be selected via the :func:`pygmt.makecpt`
12
function.
13
"""
0 commit comments