Proj 9 Task 1 - Create parent plotting class
joaomcteixeira opened this issue · 1 comments
joaomcteixeira commented
Plotting routines shares methods. A hierarchy of parent classes should be created before presenting each subplot class.
- receives the data to be plotted in np.ndarray dtype=float
- receives additional info in np.ndarray dtype=str
- receive a configuration dictionary
- methods common to all subplots
joaomcteixeira commented
Registered in project. Closing