Changeset 2011


Ignore:
Timestamp:
02/25/11 16:10:00 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a bug fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: plot 1 panel plot

Put in Release Notes: No

Module(s): asapplotter and sdplot

Description: Fixed a bug which causes Error when plotting a single panel plot.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1995 r2011  
    878878            nstack = min(nstack,maxstack)
    879879        n = min(n-self._ipanel-1,maxpanel)
    880        
     880
     881        ganged = False
    881882        if n > 1:
    882883            ganged = rcParams['plotter.ganged']
Note: See TracChangeset for help on using the changeset viewer.