Package org.snpeff.stats.plot
Class GooglePlot
java.lang.Object
org.snpeff.stats.plot.GooglePlot
A simple wrapper to goolge charts API (from charts4j)
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGooglePlot
(double[] x, double[] y, String title, String xAxisLabel, String yAxisLabel) -
Method Summary
Modifier and TypeMethodDescriptionCreate a histogram plot using Google charts
-
Field Details
-
MAX_DATA_POINTS
public static final int MAX_DATA_POINTS- See Also:
-
-
Constructor Details
-
GooglePlot
-
-
Method Details
-
toURLString
Create a histogram plot using Google charts- Returns:
-