Class GooglePlot

java.lang.Object
org.snpeff.stats.plot.GooglePlot

public class GooglePlot extends Object
A simple wrapper to goolge charts API (from charts4j)
Author:
pcingola
  • Field Details

  • Constructor Details

    • GooglePlot

      public GooglePlot(double[] x, double[] y, String title, String xAxisLabel, String yAxisLabel)
  • Method Details

    • toURLString

      public String toURLString()
      Create a histogram plot using Google charts
      Returns: