in reply to Animated Heatmap
At first, it produced a stunning result! A black square, and lots of errors that "" was not a number. It transpired that split /\s/, "1 2 3" does not make 3 elements, but 7. Instead sample_data needs to split on /\s+/, and all is well.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Animated Heatmap
by choroba (Cardinal) on Aug 14, 2024 at 09:06 UTC |