<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi everyone<br><br>Here's what I'm trying to do. I have 2 data sets. One is gridded (model output) and one is station data. So in order to compare them I want to display first the gridded data and then the station data as little circles whose color is determined by the color key of the shaded data. I thought that this would be very easy to do but so far it doesn't seem to work. I might be doing something wrong. These are the commands that I used:<br><br>open ModelData.ctl<br>open StationData.ctl<br>
set gxout shaded<br>set clevs 9 12 15 18 21 24 27 30 33<br>d t2m<br>set dfile 2<br>set gxout stnmark<br>set cmark 3<br>set clevs 9 12 15 18 21 24 27 30 33<br>d temp<br><br>This plots the circles in the right place but they are white. And if I press "d temp" again it does the same thing only with changing color and mark (square, cross, empty circle etc.)<br><br>I'm using ubuntu 8.10 and I have tried with the precompiled binaries for grads 2.0.a2, 2.0.a3 and 2.0.a5<br><br>Any ideas?<br></td></tr></table><br>