htm-community / river-runner

Runs River View data through NuPIC easily
GNU Affero General Public License v3.0
5 stars 6 forks source link

Ubuntu matplotlib TkAgg problems #6

Open breznak opened 9 years ago

breznak commented 9 years ago

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

rcrowder commented 9 years ago

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 https://github.com/nupic-community/river-runner/pull/5).

rhyolight commented 9 years ago

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

breznak commented 8 years ago

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

rcrowder commented 8 years ago

@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 commented 8 years ago

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