#include #include #include #include #include "plotting/plotit.h" #include "com_plot.h" /* plot name ... [xl[imit]] xlo xhi] [yl[imit ylo yhi] [vs xname] */ void com_plot(wordlist *wl) { plotit(wl, NULL, NULL); return; } #ifdef TCL_MODULE void com_bltplot(wordlist *wl) { plotit(wl, NULL, "blt"); return; } #endif