Changeset 1196 for trunk/UTIL
- Timestamp:
- Mar 4, 2014, 11:57:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/pp_reload.py
r1050 r1196 11 11 parser = OptionParser() 12 12 parser.add_option('-O','--out',action='store',dest='out',type="string",default="gui",help='Specify a new output format') 13 parser.add_option('-R','--res',action='store',dest='res',type="string",default=150.,help='Picture resolution') 13 14 parser.add_option('-T','--title',action='store',dest='title',type="string",default=None,help='Give a new title') 14 15 parser.add_option('-K','--marker',action='store',dest='marker',type="string",default=None,help="[1D] Define a new marker") … … 30 31 yeah.defineplot(loadfile=files) 31 32 yeah.out = opt.out 33 yeah.res = opt.res 32 34 33 35 if opt.proj is not None:
Note: See TracChangeset
for help on using the changeset viewer.