public class Histogram extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
barSpace |
double |
barWidth |
Map<String,String> |
colors |
boolean |
gridY |
boolean |
labels |
String |
labelX |
String |
labelY |
(package private) static org.slf4j.Logger |
log |
boolean |
logScale |
Double |
maxXrange |
Double |
maxYrange |
(package private) Double |
offx |
(package private) Double |
offy |
double |
scaleLabel |
double |
scaleX |
double |
scaleY |
(package private) static Map<String,Statistics> |
stats |
(package private) double |
yStep |
| Constructor and Description |
|---|
Histogram() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
tikzHistogram(Statistics st) |
void |
tikzHistogram(Statistics st,
Keys ks,
OutputStream out) |
void |
tikzHistogram(Statistics st,
List<String> ks,
OutputStream out) |
static org.slf4j.Logger log
static Map<String,Statistics> stats
Double offx
Double offy
double yStep
public double scaleY
public double scaleX
public boolean labels
public double scaleLabel
public double barWidth
public double barSpace
public Double maxYrange
public Double maxXrange
public boolean logScale
public boolean gridY
public String labelX
public String labelY
public void tikzHistogram(Statistics st)
public void tikzHistogram(Statistics st, Keys ks, OutputStream out)
public void tikzHistogram(Statistics st, List<String> ks, OutputStream out)
Copyright © 2017. All rights reserved.