Changeset 893
- Timestamp:
- Mar 6, 2013, 12:15:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r886 r893 867 867 mpl.pyplot.legend(loc=0,frameon=False) 868 868 mpl.pyplot.subplot(subv,subh,nplot) # go back to last plot for title of contour difference 869 if ope is not None and "only" not in ope: title("fig(1) "+ope+" fig(2)")870 elif ope is not None and "only" in ope: title("fig(1) "+ope[0]+" fig(2)")869 if ope is not None and "only" not in ope: mpl.pyplot.title("fig(1) "+ope+" fig(2)") 870 elif ope is not None and "only" in ope: mpl.pyplot.title("fig(1) "+ope[0]+" fig(2)") 871 871 872 872 elif which == "contour":
Note: See TracChangeset
for help on using the changeset viewer.