![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Update a 2D scatterplot in realtime from two streams of numbers. More...
Static Public Member Functions | |
static void | main (String[] args) throws InterruptedException |
Update a 2D scatterplot in realtime from two streams of numbers.
This example generates dummy (x,y) pairs of numbers, accumulates them into a table, and shows a scatterplot of those numbers in a window such as this one:
Graphically, this chain of processor can be described as follows:
Definition at line 44 of file CumulativeScatterplot.java.