Changeset 9615 for trunk/anuga_core/anuga/geometry
- Timestamp:
- Feb 5, 2015, 4:18:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/anuga/geometry/polygon.py
r9214 r9615 724 724 725 725 726 from matplotlib.pyplot import hold, plot, savefig, xlabel, \ 726 727 try: 728 import matplotlib 729 matplotlib.use('Agg') 730 from matplotlib.pyplot import hold, plot, savefig, xlabel, \ 727 731 ylabel, title, close, title, fill 732 except: 733 return 728 734 729 735 assert type(polygons_points) == list, \ … … 780 786 #ioff() 781 787 hold(False) 788 782 789 close('all') 783 790
Note: See TracChangeset
for help on using the changeset viewer.