Changeset 1732


Ignore:
Timestamp:
04/30/10 15:02:51 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-2064, 1801)

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: run sdplot() with plottype='pointings' and specificaion of layout

Put in Release Notes: No

Module(s):

Description: A bug fix to make layout specification valid for plotpointing


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapplotter.py

    r1724 r1732  
    997997        PL.gcf().subplots_adjust(left=lef,bottom=bot,right=rig,top=top,
    998998                                 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])
    10011002        ax.set_aspect('equal')
    10021003        PL.plot(ra,dec, 'b,')
Note: See TracChangeset for help on using the changeset viewer.