com.metsci.glimpse.examples.basic
Class ScatterplotExample
java.lang.Object
com.metsci.glimpse.examples.basic.ScatterplotExample
- All Implemented Interfaces:
- GlimpseLayoutProvider
public class ScatterplotExample
- extends java.lang.Object
- implements GlimpseLayoutProvider
A scatter plot with adjustable point size and color. Usage of GLSL
shaders allows the color and size of millions of data points to be
adjusted dynamically based on the color and size scale axes to the
right of the plot.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUM_POINTS
public static int NUM_POINTS
ScatterplotExample
public ScatterplotExample()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
getLayout
public MultiAxisPlot2D getLayout()
- Specified by:
getLayout
in interface GlimpseLayoutProvider
Copyright © 2012 Metron, Inc.. All Rights Reserved.