File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1366,6 +1366,20 @@ def _gist_yarg(x): return 1 - x
1366
1366
)
1367
1367
1368
1368
1369
+ _petroff10_data = (
1370
+ (0.24705882352941178 , 0.5647058823529412 , 0.8549019607843137 ), # 3f90da
1371
+ (1.0 , 0.6627450980392157 , 0.054901960784313725 ), # ffa90e
1372
+ (0.7411764705882353 , 0.12156862745098039 , 0.00392156862745098 ), # bd1f01
1373
+ (0.5803921568627451 , 0.6431372549019608 , 0.6352941176470588 ), # 94a4a2
1374
+ (0.5137254901960784 , 0.17647058823529413 , 0.7137254901960784 ), # 832db6
1375
+ (0.6627450980392157 , 0.4196078431372549 , 0.34901960784313724 ), # a96b59
1376
+ (0.9058823529411765 , 0.38823529411764707 , 0.0 ), # e76300
1377
+ (0.7254901960784313 , 0.6745098039215687 , 0.4392156862745098 ), # b9ac70
1378
+ (0.44313725490196076 , 0.4588235294117647 , 0.5058823529411764 ), # 717581
1379
+ (0.5725490196078431 , 0.8549019607843137 , 0.8666666666666667 ), # 92dadd
1380
+ )
1381
+
1382
+
1369
1383
datad = {
1370
1384
'Blues' : _Blues_data ,
1371
1385
'BrBG' : _BrBG_data ,
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ class ColorSequenceRegistry(Mapping):
129
129
'Set1' : _cm ._Set1_data ,
130
130
'Set2' : _cm ._Set2_data ,
131
131
'Set3' : _cm ._Set3_data ,
132
+ 'petroff10' : _cm ._petroff10_data ,
132
133
}
133
134
134
135
def __init__ (self ):
You can’t perform that action at this time.
0 commit comments