Changeset 6280464 in sasview for src/sas/qtgui/Plotting/PlotterBase.py
- Timestamp:
- Nov 3, 2017 10:58:39 AM (7 years ago)
- Branches:
- 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
- Children:
- 412e069e
- Parents:
- 304d082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/PlotterBase.py
r304d082 r6280464 34 34 self.manager = manager 35 35 self.quickplot = quickplot 36 37 #plt.style.use('ggplot') 38 plt.style.use('seaborn-darkgrid') 36 39 37 40 # a figure instance to plot on
Note: See TracChangeset
for help on using the changeset viewer.