#ifndef APP_PLOT_H #define APP_PLOT_H // Note that currently the only variable is 'x' void plot(Expression * e, float xMin, float xMax); #endif