This extension may be useful to matplotlib users who want to create intricate plot layouts, such as for scientific publications, which would normally be more convenient in a non-python graphical tool ...
# This function attaches outlines from the given shapefile to the plot. def add_shapefile_outlines(wks,plot,filename,color="black",ThicknessF=1.0): ...