Skip to content

Commit

Permalink
Merge pull request #22 from daschw/wong2
Browse files Browse the repository at this point in the history
add wong2 theme
  • Loading branch information
Daniel Schwabeneder authored Dec 14, 2017
2 parents 97fd90a + 2573ce5 commit 6b9ddc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wong.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ _themes[:wong] = PlotTheme(
palette = expand_palette(colorant"white", wong_palette; lchoices=linspace(57,57,1), cchoices=linspace(100,100,1)),
gradient = cgrad(:viridis).colors,
)

_themes[:wong2] = PlotTheme(
palette = expand_palette(colorant"white", [RGB(0,0,0); wong_palette]; lchoices=linspace(57,57,1), cchoices=linspace(100,100,1)),
gradient = cgrad(:viridis).colors,
)

0 comments on commit 6b9ddc8

Please sign in to comment.