From 3c7132c1f3c73338f0201a2c24d497ea5ae301ba Mon Sep 17 00:00:00 2001 From: Cees Bassa Date: Sat, 24 Feb 2018 16:52:52 +0100 Subject: [PATCH] Change default rfplot colormap to viridis --- rfplot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfplot.c b/rfplot.c index 48afbb9..ae66924 100644 --- a/rfplot.c +++ b/rfplot.c @@ -300,7 +300,7 @@ int main(int argc,char *argv[]) struct select sel; char *env; int site_id=0; - int cmap=0; + int cmap=2; double foff=0.0,mjdgrid=0.0; int jj0,jj1;