Changeset 6d8f692 in sasview
- Timestamp:
- Sep 15, 2016 8:33:57 AM (8 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:
- b76cf0d
- Parents:
- 15fd91b
- git-author:
- Lewis O'Driscoll <lewis.o'driscoll@…> (08/19/16 08:53:00)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasview/sasview.py
rc89e649 r6d8f692 100 100 101 101 from matplotlib import backend_bases 102 backend_bases. _default_filetypes.pop('pgf', None)102 backend_bases.FigureCanvasBase.filetypes.pop('pgf', None) 103 103 104 104 class SasView():
Note: See TracChangeset
for help on using the changeset viewer.