-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add perceptually uniform colormaps to default styles
Adds the Viridis, Magma, Plasma and Inferno uniform color ramps created by Stéfan van der Walt and Nathaniel Smith See https://bids.github.io/colormap/ for more details Note that I've thinned out the stops here, and only kept every 5th stop from the original ramps
- Loading branch information
1 parent
9263abe
commit 60cc853
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60cc853
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm.. I have QGIS installed via Debian packages and keep updating them but I seem to be lacking those matplotlib colormaps.. no big deal, I just followed these instructions to add them, but I was wondering why they weren't there out of the box, as it seems they've been added by default a long time ago..