diff options
author | tota <tota@FreeBSD.org> | 2017-05-08 17:07:23 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-08 17:07:23 +0800 |
commit | da78dfb7a7c350f5927026e0eb69a4f12f09c000 (patch) | |
tree | 01422486c5625f9a2add12dbd370d6a3a17a58f9 /graphics/Makefile | |
parent | 6b572114c581341147adc0887a5d1fd95335f905 (diff) | |
download | freebsd-ports-gnome-da78dfb7a7c350f5927026e0eb69a4f12f09c000.tar.gz freebsd-ports-gnome-da78dfb7a7c350f5927026e0eb69a4f12f09c000.tar.zst freebsd-ports-gnome-da78dfb7a7c350f5927026e0eb69a4f12f09c000.zip |
- Add new port: graphics/R-cran-viridis
Port of the new 'matplotlib' color maps ('viridis' - the default -,
'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib'
<http://matplotlib.org/> is a popular plotting library for 'python'.
These color maps are designed in such a way that they will analytically
be perfectly perceptually-uniform, both in regular form and also
when converted to black-and-white. They are also designed to be
perceived by readers with the most common form of color blindness.
WWW: https://cran.r-project.org/web/packages/viridis/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 79d97907ab36..69228b4556be 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -33,6 +33,7 @@ SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape + SUBDIR += R-cran-viridis SUBDIR += R-cran-viridisLite SUBDIR += R-cran-visNetwork SUBDIR += SciPlot |