Skip to content

Commit

Permalink
Changed the color schemme for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Oct 25, 2017
1 parent d471e00 commit 1e4570b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions code/figures/figS4.py
Expand Up @@ -10,9 +10,10 @@
import mwc_induction_utils as mwc
mwc.set_plotting_style()

colors = sns.color_palette('colorblind').as_hex()
colors[4] = sns.xkcd_palette(['dusty purple']).as_hex()[0]
sns.set_palette(colors)
# colors = sns.color_palette('colorblind').as_hex()
# colors[4] = sns.xkcd_palette(['dusty purple']).as_hex()[0]
# sns.set_palette(colors)
colors = sns.set_palette('magma')

# Define functions to be used in figure

Expand Down
6 changes: 3 additions & 3 deletions code/figures/figS5.py
Expand Up @@ -10,9 +10,9 @@
import mwc_induction_utils as mwc
mwc.set_plotting_style()

colors = sns.color_palette('colorblind').as_hex()
colors[4] = sns.xkcd_palette(['dusty purple']).as_hex()[0]
sns.set_palette(colors)
# colors = sns.color_palette('colorblind').as_hex()
# colors[4] = sns.xkcd_palette(['dusty purple']).as_hex()[0]
sns.set_palette('magma')


# Define functions to be used in figure
Expand Down

0 comments on commit 1e4570b

Please sign in to comment.