Changeset a26f67f in sasview for src/sas/sasgui/guiframe/local_perspectives/plotting
- Timestamp:
- Sep 28, 2017 6:17:46 PM (7 years ago)
- 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 3bd677b
- Parents:
- 59dfb53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/local_perspectives/plotting/parameters_panel_slicer.py
r47d93073 ra26f67f 395 395 """ 396 396 Event based parameter setting. 397 397 398 :param evt: Event triggered to apply parameters to a list of plots 398 evt should have attrs plot_list and params 399 evt should have attrs plot_list and params 400 399 401 """ 400 402 if evt is None: … … 467 469 """ 468 470 Send a list of data to the fitting perspective 469 :param fit: fit type desired 471 :param fit: fit type desired 470 472 :param file_list: list of loaded file names to send to fit 471 473 """
Note: See TracChangeset
for help on using the changeset viewer.