Ignore:
Timestamp:
07/20/12 17:49:33 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3616/Trac-274)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: a new method flagplotter._plot_with_flag()

and flagplotter.set_showflag().

Test Programs:

Put in Release Notes: No

Module(s): flagplotter, sdflag

Description:

The initial attempt to enable plotting flagged data in interactive flagging.
flagplotter module now uses their own plotting method, _plot_with_flag(),
to plot flagged data.
Also a minor fix to legend position in custom toolbar.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/customgui_base.py

    r2324 r2605  
    11671167
    11681168        self.plotter._plotter.hold()
    1169         self.plotter._plotter.legend(1)
     1169        #self.plotter._plotter.legend(1)
    11701170        self._set_plot_counter(pagemode)
    11711171        self.plotter._plot(self.plotter._data)
Note: See TracChangeset for help on using the changeset viewer.