Skip to content

Commit

Permalink
fixed typos (#6)
Browse files Browse the repository at this point in the history
* typo

* typo
  • Loading branch information
gegabo committed Feb 22, 2024
1 parent b46ec54 commit e6157e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gallery/cmaps/cmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'macaw', 'viridis', 'bownair', 'turbo', 'jet',
]
cmaps['Qualitative'] = [
'pastel5', 'pastel6', 'pastel_autunm', 'pastel_spring', 'pastel_rainbow',
'pastel5', 'pastel6', 'pastel_autumn', 'pastel_spring', 'pastel_rainbow',
'summertimes', 'cbf4', 'cbf5', 'cbf8', 'ufcd', 'paula', 'argon',
'tol:bright', 'tol:muted', 'tol:high_contrast', 'tol:medium_contrast',
'tol:vibrant',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_discrete():
cmaps.discrete._cbf8(),
cmaps.discrete._pastel_rainbow(),
cmaps.discrete._pastel_spring(),
cmaps.discrete._pastel_autunm(),
cmaps.discrete._pastel_autumn(),
cmaps.discrete._ufcd(),
cmaps.discrete._paula(),
cmaps.discrete._summertimes(),
Expand Down

0 comments on commit e6157e0

Please sign in to comment.