Test
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 29: | Zeile 29: | ||
// Plot the temperature distribution at time t=0 | // Plot the temperature distribution at time t=0 | ||
- | var heatmap = board.create(' | + | var heatmap = board.create('polygon', [points, initialTemp], {colorscheme:'greyscale', minopacity:0.5}); |
// Animate the temperature distribution over time | // Animate the temperature distribution over time |