Tagged Questions
8
votes
2answers
600 views
Dynamic graph visualisation using JLink/Java and GraphStream
Visualising the addition of new nodes and edges to a graph to 'watch it grow' is to something Mathematica is not suited to by default. However this type of animation really helps convey the emergence ...
1
vote
0answers
80 views
How can I increase the speed of a dynamic visualization of a Raster3D?
I have big list of data. Its length is 56203*100 and I partitioned biglist into 100 sublists, so each sublist length is ...
16
votes
1answer
415 views
Mouse motion heat map - live visualization and analysis
Mouse motion heat map is an great way to study spatial attention distribution, styles of movement, reaction, etc. I am trying to design a code that visualizes such heat map. The requirements: 1) It ...
10
votes
0answers
275 views
How can I trace a functional expression's evaluation visually?
Ok, so the goal is to visualize the execution of this expression
foo /@ {3 + 1, bar /@ {1 + 2, {4 + 7}}}
in the following fashion using nested rectangles with ...