Class LinkedHeatMapExample
- java.lang.Object
-
- com.metsci.glimpse.core.examples.heatmap.LinkedHeatMapExample
-
public class LinkedHeatMapExample extends Object
Demonstrates Glimpse's axis linking capability by creating two independent Glimpse plots and linking their axes so that they move together.- Author:
- ulman
-
-
Constructor Summary
Constructors Constructor Description LinkedHeatMapExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static ColorAxisPlot2D
newPlot(ColorGradient gradient)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
newPlot
public static ColorAxisPlot2D newPlot(ColorGradient gradient)
-
-