![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Update a windowed 2D scatterplot in realtime from two streams of numbers. More...
Static Public Member Functions | |
static void | main (String[] args) throws InterruptedException |
Update a windowed 2D scatterplot in realtime from two streams of numbers.
This example is similar to CumulativeScatterplot (which you should study first), except for three things:
Graphically, this chain of processor can be described as follows:
Definition at line 49 of file WindowScatterplot.java.