Skip to content

Commit 92d3a39

Browse files
committed
Add new color cycles
1 parent 9b408b1 commit 92d3a39

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

proplot/cycles/bmh.hex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# From bmh stylesheet
2+
'#348ABD', '#A60628', '#7A68A6', '#467821', '#D55E00', '#CC79A7', '#56B4E9', '#009E73', '#F0E442', '#0072B2'

proplot/cycles/classic.hex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Matplotlib classic 'bgrcmyk' style
2+
'#0000ff', '#008000', '#ff0000', '#00bfbf', '#bf00bf', '#bfbf00', '#000000'

proplot/cycles/solarized.hex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# From solarized stylesheet
2+
'#268BD2', '#2AA198', '#859900', '#B58900', '#CB4B16', '#DC322F', '#D33682', '#6C71C4'

0 commit comments

Comments
 (0)