Changeset 530 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 23, 2015, 5:29:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r522 r530 3531 3531 3532 3532 if not mapv is None: 3533 m.drawcoastlines() 3533 if colorbar == 'gist_gray': 3534 m.drawcoastlines(color="red") 3535 else: 3536 m.drawcoastlines() 3534 3537 3535 3538 meridians = pretty_int(nlon,xlon,5)
Note: See TracChangeset
for help on using the changeset viewer.