Inheritance diagram for org.math.plot.plots.BarPlot:
Definition at line 11 of file BarPlot.java.
Public Member Functions | |
BarPlot (String n, Color c, boolean[][] _pattern, double[][] _XY) | |
BarPlot (String n, Color c, int _type, int _radius, double[][] _XY) | |
BarPlot (String n, Color c, double[][] _XY) | |
void | plot (AbstractDrawer draw, Color c) |
Static Public Member Functions | |
static void | main (String[] args) |
Public Attributes | |
boolean | draw_dot = true |