generate


Description:

public abstract void generate (int w, int h, double x_min, double x_max, double y_min, double y_max)

Generate the pixelated data by interpolating the raw data and scaling it to the chart dimensions and axis limits.

Parameters:

w

Width of the drawing area

h

Height of the drawing area

x_min

Minimum value of the X axis

x_max

Maximum value of the X axis

y_min

Minimum value of the Y axis

y_max

Maximum value of the Y axis