Window is an object for handling a graphical window for plotting graphs and blitting images.
Window
gfx.Window(int width, int height, char* title)
cls()
subplot(cols,rows,index)
plot(x,y,params)
hist(x,y,params)
title(str)
xlabel(str)
ylabel(str)
axis(x1,x2,y1,y2)
legend(...)
remove(p)