hex
Class Plot

java.lang.Object
  extended by hex.Plot

public abstract class Plot
extends java.lang.Object

Basic data visualization using map/reduce.


Constructor Summary
Plot()
           
 
Method Summary
static byte[] run(ValueArray va, int width, int height, int... cols)
           
static int scale(double d, ValueArray.Column c, int screen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plot

public Plot()
Method Detail

run

public static byte[] run(ValueArray va,
                         int width,
                         int height,
                         int... cols)

scale

public static int scale(double d,
                        ValueArray.Column c,
                        int screen)