Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix use of matplotlib #12

Open
ddale opened this issue Jan 29, 2013 · 0 comments
Open

fix use of matplotlib #12

ddale opened this issue Jan 29, 2013 · 0 comments
Assignees
Milestone

Comments

@ddale
Copy link
Member

ddale commented Jan 29, 2013

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

ddale pushed a commit to ddale/hexrd that referenced this issue Feb 5, 2013
Merge last omega-eta changes onto PUP.  Includes several minor changes.
@ddale ddale modified the milestone: 1.0.0 Nov 2, 2014
@ddale ddale self-assigned this Dec 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant