Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
Use with Houston Instruments DMP-60.
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
Plot Absolute. Takes a tuple of any number of sets of points: (0,0,100,100,2500,1000) will go to three different points:
0,0 100,100 2500,1000
Plot Relative. Takes a tuple of any number of sets of points: (0,0,100,100,2500,1000) will go to three different points:
0,0 100,100 2500,1000