Ignore:
Timestamp:
Sep 26, 2018 7:56:42 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
63467b6
Parents:
38f4bc6
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (09/26/18 07:56:00)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/26/18 07:56:42)
Message:

bring back interactive color map updates to 2D charts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/MaskEditor.py

    r05fa132 rdce68f6  
    227227 
    228228        # modify imshow data 
    229         self.plotter.plot(data=temp_data) 
     229        self.plotter.plot(data=temp_data, update=True) 
    230230        self.plotter.draw() 
    231231 
Note: See TracChangeset for help on using the changeset viewer.