ploticus_plot
struct ploticus_plot *plot;
struct ploticus_plot **tmp;
if (!(tmp = realloc(ctx->plots, sizeof(struct ploticus_plot *) *
struct ploticus_plot *plot;
struct ploticus_plot *plot;
ploticus_run(struct ploticus_plot *plot)
struct ploticus_plot **plots;
ploticus_plot_generate(struct ploticus_plot *plot)
ploticus_new_plot_hist(struct ploticus_plot *plot)
ploticus_new_plot_line(struct ploticus_plot *plot)
int (*plot_type_initializers[])(struct ploticus_plot *) = {