Changeset 1717
- Timestamp:
- 03/18/10 19:44:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/asaplotbase.py
r1714 r1717 727 727 for sp in self.subplots: 728 728 ax = sp['axes'] 729 s = ax.title.get_size()729 #s = ax.title.get_size() 730 730 #tsize = s-(self.cols+self.rows) 731 tsize = s-(self.cols)/2 731 s=FP(size=rcParams['axes.titlesize']) 732 tsize = s.get_size_in_points()-(self.cols)/2 732 733 ax.title.set_size(tsize) 733 734 fp = FP(size=rcParams['axes.labelsize'])
Note:
See TracChangeset
for help on using the changeset viewer.