| Author |
Comment/Response |
david silverman
|
01/27/01 1:32pm
Hi,
I created a contour plot with gridded data which is overlayed on a world plot created with WorldPlot. Everything looks good if I just do contour lines, but if I do contour shading, and overlay the map on the contours, the nations block out the contours. Is there an option that will let me just plot the country outlines?
Thanks.
myMap=Graphics[WorldPlot[World, WorldRotation -> {0, 179.9999,0}]];
myContour=
ContourGraphics[Reverse[data],ColorFunction->Hue,ContourShading->False,
Contours->10,
MeshRange->{{ToMinutes[-180],ToMinutes[180]},{ToMinutes[-90],
ToMinutes[90]}}, AspectRatio->0.5,
PlotLabel->
StyleForm[months[[i]]<>'' ''<>levels[[level]]<>''mb Geopotential Height'',
FontSize->18]];
Show[myContour, myMap]
URL: , |
|