Plot Something - ME 405 Term Project
hpgl_agena_chiu.py File Reference

This is the file that serves as a module to be imported in main. More...

Classes

class  hpgl_agena_chiu.hpglDriver
 This class implements a hpgl driver to open and read from a hpgl file. More...
 

Variables

 hpgl_agena_chiu.hpgl = hpglDriver()
 Driver object for the hpgl class.
 
 hpgl_agena_chiu.operation = hpgl.read('lines.hpgl')
 Output of the read function.
 
 hpgl_agena_chiu.x = hpgl.run(i)
 Output of the run function.
 

Detailed Description

This is the file that serves as a module to be imported in main.

It creates a class for a hpgl driver that opens and reads from a specified hpgl file.

Author
Corey Agena
Luisa Chiu
Date
1-27-2022