Change default rfplot colormap to viridis

pull/10/head
Cees Bassa 2018-02-24 16:52:52 +01:00
parent 77bca24c9c
commit 3c7132c1f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;