praxes / hexrd

Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14 stars 42 forks source link

fix use of matplotlib #12

Open ddale opened 11 years ago

ddale commented 11 years ago

hexrd uses the pylab interface, which is not intended for use in GUI applications. (plotwrap even uses the tk backend). For embedding in GUI applications, matplotlib provides an object-oriented interface. There are several examples provided for the various gui toolkits:

http://matplotlib.org/examples/user_interfaces/embedding_in_wx2.html (also wx3-wx5.html) http://matplotlib.org/examples/user_interfaces/embedding_in_qt4_wtoolbar.html