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

Ubuntu matplotlib TkAgg problems #6

Open
breznak opened this issue Oct 17, 2015 · 5 comments
Open

Ubuntu matplotlib TkAgg problems #6

breznak opened this issue Oct 17, 2015 · 5 comments

Comments

@breznak
Copy link
Member

breznak commented Oct 17, 2015

FYI This solved my struggle with --plot option and matplotlib on ubuntu,
https://stackoverflow.com/questions/12933335/tkagg-backend-problems

@rcrowder
Copy link
Member

Nice find! Did you try other back-ends with MPL on Ubuntu (maybe Qtagg)?
GTK was recommended for Windows, but adding plt.pause(0.1) helped event handlers get process time (see #5).

@rhyolight
Copy link
Collaborator

@breznak Maybe we should add this to the README or just enable the wiki?

@breznak
Copy link
Member Author

breznak commented Nov 25, 2015

@rhyolight ...what suits you better, just it should be mentioned somewhere.
@rcrowder I tried other backends, Qt,GTK,.. had some trouble still.

@rcrowder
Copy link
Member

@breznak matplotlib needs to be used in a certain why when interactively updating it with data. Adding the millisecond pause is a hack to help background processing. It's still useful at a graphing tool. But then we now have nupic.visualizations and Marcus/Felix work too :)

@rhyolight
Copy link
Collaborator

Yes, I want to move away from matplotlib and towards some web-base charting as soon as live charts are ready in nupic.visualization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants