Changeset ba90c32 in sasview


Ignore:
Timestamp:
Mar 22, 2017 7:35:45 PM (7 years ago)
Author:
krzywon
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
df27aa8
Parents:
24fc06a
git-author:
Jeff Krzywon <krzywon@…> (03/22/17 19:35:45)
git-committer:
krzywon <krzywon@…> (03/22/17 19:35:45)
Message:

Plot selected data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py

    r24fc06a rba90c32  
    204204        # Process each data file individually 
    205205        for item in self.data_list.CheckedStrings: 
    206             print item 
    207206            # Get data_id 
    208207            data_dict = self.parent.parent._data_manager.get_by_name([item]) 
    209208            data_ids = data_dict.keys() 
    210209            # Plot data 
    211             self.parent.parent.plot_data(state_id=[], data_id=data_ids[0], theory_id=[]) 
     210            self.parent.parent.plot_data(state_id=[], data_id=data_ids, theory_id=[]) 
    212211            # TODO: apply slicer 
    213212            # TODO: save file (if desired) 
Note: See TracChangeset for help on using the changeset viewer.