Skip to content

Commit

Permalink
Update the link to colormaps documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored and has2k1 committed Jun 22, 2024
1 parent 2a37efc commit 812a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnine/scales/scale_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class scale_color_cmap(scale_continuous):
A standard Matplotlib colormap name. The default is
`viridis`. For the list of names checkout the output
of `matplotlib.colormaps()` or see the
[documentation](http://matplotlib.org/users/colormaps.html).
[documentation](https://matplotlib.org/stable/users/explain/colors/colormaps.html).
{superclass_parameters}
na_value : str, default="#7F7F7F"
Color of missing values.
Expand Down

0 comments on commit 812a5ab

Please sign in to comment.