Skip to content

Commit d67e45b

Browse files
committed
Rename GrayCycle --> MonoCycle
1 parent a69b48e commit d67e45b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

proplot/styletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
CMAPS_TABLE = {
6464
# Assorted origin, but these belong together
6565
'Grayscale': (
66-
'Grays', 'Mono', 'GrayC', 'GrayCycle',
66+
'Grays', 'Mono', 'MonoCycle',
6767
),
6868
# Builtin
6969
'Matplotlib sequential': (

0 commit comments

Comments
 (0)