Code Examples
A repository of 155 code examples for BeepBeep
plots.CumulativeScatterplot Class Reference

Update a 2D scatterplot in realtime from two streams of numbers. More...

Static Public Member Functions

static void main (String[] args) throws InterruptedException
 

Detailed Description

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:

Processor graph

Graphically, this chain of processor can be described as follows:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 44 of file CumulativeScatterplot.java.


The documentation for this class was generated from the following file: