Changeset 1732
- Timestamp:
- 04/30/10 15:02:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/asapplotter.py
r1724 r1732 997 997 PL.gcf().subplots_adjust(left=lef,bottom=bot,right=rig,top=top, 998 998 wspace=wsp,hspace=hsp) 999 ax = PL.axes([0.1,0.1,0.8,0.8]) 1000 ax = PL.axes([0.1,0.1,0.8,0.8]) 999 ax = PL.gca() 1000 #ax = PL.axes([0.1,0.1,0.8,0.8]) 1001 #ax = PL.axes([0.1,0.1,0.8,0.8]) 1001 1002 ax.set_aspect('equal') 1002 1003 PL.plot(ra,dec, 'b,')
Note:
See TracChangeset
for help on using the changeset viewer.