Skip to content

Commit

Permalink
Remove URL to satisfy line length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
beyarkay authored Oct 5, 2023
1 parent 93e039a commit 6edbb83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions seaborn/palettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,7 @@ def color_palette(palette=None, n_colors=None, desat=None, as_cmap=False):

elif palette.lower() == "jet":
# Paternalism
raise ValueError(
"No. Try `Spectral` or `turbo`.\n"
"https://seaborn.pydata.org/tutorial/color_palettes.html#other-diverging-palettes"
)
raise ValueError("No. Try `Spectral` or `turbo`.")

elif palette.startswith("ch:"):
# Cubehelix palette with params specified in string
Expand Down

0 comments on commit 6edbb83

Please sign in to comment.