Changeset 4137 for trunk/GSASIIplot.py
- Timestamp:
- Sep 5, 2019 1:31:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4114 r4137 123 123 import wx.glcanvas 124 124 import matplotlib as mpl 125 mpl.use('wxAgg') 125 if not mpl.get_backend(): #could be assigned by spyder debugger 126 mpl.use('wxAgg') 126 127 import matplotlib.collections as mplC 127 128 import mpl_toolkits.mplot3d.axes3d as mp3d
Note: See TracChangeset
for help on using the changeset viewer.