Subsections

  1. batchBegin()
  2. batchEnd()
  3. set(variable,value)
  4. get(variable)
  5. setPenColor(table col)
  6. setMarkerSize(int sz)
  7. setLineWidth(int width)
  8. line(x1,y1,x2,y2)
  9. dot(x,y)
  10. circle(x,y)
  11. cross(x,y)
  12. plus(x,y)
  13. star(x,y)
  14. square(x,y)
  15. diamond(x,y)
  16. rectangle(x0,y0,x1,y1)
  17. text(string str,float x,float y,float height)