map_do_segments: map file: plow not found [message #83841] |
Fri, 05 April 2013 13:34 |
Aleš Kuchař
Messages: 2 Registered: April 2013
|
Junior Member |
|
|
Hi,
I would like you ask if someone has experiences with these errors:
% MAP_DO_SEGMENTS: Map file:plow not found
% Error occurred at: MAP_DO_SEGMENTS 217 /idl/idl71/lib/map_continents.pro
% MAP_CONTINENTS 472 /idl/idl71/lib/map_continents.pro
I use this code to create the maps with statistical significance field:
Map_Set, /Cylindrical, 0,0, Position=[0.1, 0.1, 0.9, 0.8], $
Limit=[-90.0, -180.0, 90.0, 180.0]
contour,sign,lon,lat,levels=[1,2], c_color=[240,0],/fill,/overplot
contour,sign2,lon,lat,levels=[1,2], c_color=[200,0],/fill,/overplot
Map_Grid, Color=cgColor('charcoal')
Map_Grid, /box_axes, /No_Grid, Color=cgColor('black')
Map_Continents, Color=cgColor('blue'),mlinethick=3
There is the error after propably eight hours of computation.
Thank you for your time,
Ales
|
|
|