Skip to content

Commit

Permalink
Minor fix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 26, 2024
1 parent b25e745 commit 3dc0de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tinytopics/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def scale_color_tinytopics(n):
n (int): The number of colors needed.
Returns:
(matplotlib.colors.ListedColormap): A colormap with n colors,
possibly interpolated from the 10 colors.
(matplotlib.colors.ListedColormap): A colormap with n colors, possibly interpolated from the 10 colors.
"""
base_rgb_colors = pal_tinytopics(format="rgb")
base_lab_colors = pal_tinytopics(format="lab")
Expand Down

0 comments on commit 3dc0de3

Please sign in to comment.