Opened 12 years ago

Closed 12 years ago

#274 closed enhancement (fixed)

Implement a way to show flagged data in flagplotter (from CAS-3616)

Reported by: Kana Sugimoto Owned by: Kana Sugimoto
Priority: normal Milestone: Unified development
Component: General Version: 2.0
Severity: normal Keywords:
Cc: Malte.Marquarding@…

Description


Change History (2)

comment:1 Changed 12 years ago by Kana Sugimoto

Status: newassigned

comment:2 Changed 12 years ago by Kana Sugimoto

Resolution: fixed
Status: assignedclosed

Added a new boolean attribute. self._showflagged. in class flagplotter. The status can be changed via a new method, flagplotter.set_showflagged(True/False?) When flagplotter.plot() is invoked with self._showflagged=True, the interactive flag plotter plots flagged data in gray.

[Summary of commits] Date: 2012-07-23 Rev.: r2605, 2606 Codes: flagplotter.py, customgui_base.py

Introduced a new method, flagplotter._plot_with_flag(), for plot flagged data. The method takes care of actual plotting and is called inside of flagplotter._plot(). Note flagplotter is not dependent of asapplotter._plot() any more.

Note: See TracTickets for help on using tickets.