- Timestamp:
- Jan 27, 2014, 5:14:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py
r1163 r1170 1011 1011 if self.n == 0: 1012 1012 self.fig.add_subplot(1,1,1,axisbg=pl.axisbg) # define one subplot (still needed for user-defined font sizes) 1013 sav = pl.xlabel,pl.ylabel,pl.xcoeff,pl.ycoeff,pl.title,pl.swaplab # save titles and labels 1013 sav = pl.xlabel,pl.ylabel,\ 1014 pl.xcoeff,pl.ycoeff,\ 1015 pl.nxticks,pl.nyticks,\ 1016 pl.xmin,pl.xmax,\ 1017 pl.ymin,pl.ymax,\ 1018 pl.title,pl.swaplab # save titles and labels 1014 1019 # possibility to color lines according to a color map 1015 1020 # ... made so that all plots span the whole color map automatically.
Note: See TracChangeset
for help on using the changeset viewer.