Skip to content

Commit

Permalink
lighten blues, explicit seabron style
Browse files Browse the repository at this point in the history
  • Loading branch information
naught101 committed Oct 9, 2017
1 parent f78f443 commit 440f489
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions empirical_lsm/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
logger = logging.getLogger(__name__)


sns.set_style('darkgrid')


def empirical_lsm_palette(name="Final ensemble"):
if name == "Final ensemble":
colours = ['hotpink', 'red', 'orange', 'gold',
'lightseagreen', 'cornflowerblue', 'mediumblue',
'darkblue', 'black']
'lightseagreen',
'deepskyblue', 'dodgerblue', 'blue',
'black']
palette = color_names_to_palette(colours)
sns.set_palette(palette)
return palette
Expand Down

0 comments on commit 440f489

Please sign in to comment.