public interface Plot
| Modifier and Type | Method and Description |
|---|---|
void |
addData(Plot p)
add the data from another plot of the same type as this one.
|
void |
scale(float scale)
rescale all the data by a factor
|
void scale(float scale)
scale - void addData(Plot p)
p -