GMU:Algorithmic Art/HP 7475A: Difference between revisions

From Medien Wiki
No edit summary
Line 67: Line 67:
   beginRecord(hpgl);
   beginRecord(hpgl);
   // your code here (the graphics you want to export as hpgl file)
   // your code here (the graphics you want to export as hpgl file)
  // make sure that nothing is drawn outside of the canvas. The plotter seems to have problems with that.
   endRecord();
   endRecord();
  }
  }