Farseer-NMR/FarSeer-NMR

Proj 9 Task 1 - Create parent plotting class

joaomcteixeira opened this issue · 1 comments

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

Registered in project. Closing