Here are the instructions:
Examples:
* color=:red Single color
* color=200 Single gray
* color="#aabbcc" Single color
* color=“30/20/180” Single color
* color=“yellow,brown” Two colors
* color=(30,180) Two gray levels
* color=((30,20,180),) Single color
* color=((10,50,99),(20,60,90)) Two colors
* color=[0.118 0.078 0.706] Single color in [0 1]
* color=[10 50 99; 20 60 90] Two colors
* color=(:red,:green,:blue) Three colors
However, the only one that works are things like: color=:geo
Why doesn’t the below works? color="250/240/230"
Here is my code:
grdimage!(Land_clip, color=:geo, nan_alpha=true, shade=false,
xaxis=(annot=15, grid=30, FONT_ANNOT_PRIMARY=“12p,Helvetica,black”,),
yaxis=(annot=15, grid=15, FONT_ANNOT_PRIMARY=“12p,Helvetica,black”,),
par=(MAP_GRID_PEN_PRIMARY=“0.005p”,), coast=true);