Changeset 9214
- Timestamp:
- Jun 23, 2014, 8:57:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/geometry/polygon.py
r9213 r9214 722 722 - plot of polygons 723 723 """ 724 725 726 import matplotlib as mpl 727 mpl.use('Agg') 728 #import matplotlib.pyplot as plt 729 724 730 725 731 726 from matplotlib.pyplot import hold, plot, savefig, xlabel, \
Note: See TracChangeset
for help on using the changeset viewer.