1 function plot_script(red)
2 % script plots all detections
6 tign_days = red.tign_g/(24*3600);
9 %plot_state(1,red,'Forecast from cycling',red.tign_g,g,time_bounds(1:2));
11 figure,contourf(red.fxlong,red.fxlat,tign_days,20);
12 %figure,mesh(red.fxlong,red.fxlat,tign_days);
13 xlabel('Lon'),ylabel('Lat')
14 %zlabel('Time [days]')