Window is an object for handling a graphical window for plotting graphs and blitting images.

Subsections

  1. gfx.Window(int width, int height, char* title)
  2. cls()
  3. subplot(cols,rows,index)
  4. plot(x,y,params)
  5. hist(x,y,params)
  6. title(str)
  7. xlabel(str)
  8. ylabel(str)
  9. axis(x1,x2,y1,y2)
  10. legend(...)
  11. remove(p)
  12. Drawing primitives
  13. Rendering to/from Tensors
  14. Rendering to a file (PNG, PDF or PS)