[julia-users] Escher/Compose/Gadfly for heavy visualization

2015-07-01 Thread Tom Breloff
Has anyone used Escher/Compose/Gadfly for interactive visualization/plotting with lots of data (million's of updates)? Is there support for 3D visualization as part of this ecosystem? If not, is it planned? Any performance gotchas I need to worry about? Bandwidth issues? Missing

Re: [julia-users] Escher/Compose/Gadfly for heavy visualization

2015-07-01 Thread Shashi Gowda
For UIs with a million different things any browser is going to be unusable. You could render your Compose images to PNG and use it with Escher though - that should be pretty easy on the browser. But then your bottleneck will be getting Cairo to compile Compose graphics to PNG really fast. I am