16#include "common/gooey_common.h"
34GooeyPlot *
GooeyPlot_Create(GOOEY_PLOT_TYPE plot_type, GooeyPlotData *data,
int x,
int y,
int width,
int height);
void GooeyPlot_Update(GooeyPlot *plot, GooeyPlotData *new_data)
Updates the data of an existing plot.
GooeyPlot * GooeyPlot_Create(GOOEY_PLOT_TYPE plot_type, GooeyPlotData *data, int x, int y, int width, int height)
Creates a plot widget.