Refactorize plotting functions to classes
jakthra opened this issue · comments
Jakob Thrane commented
Base class for plotting should be created. The structure of ENBsummaryPlot
and UEsummayPlot
can be utilized. functions/scripts to be refactorized includes:
- createLayoutPlot
- createPHYplot
- plotConstDiagramDL
- plotcoverage
- plotlinks
- plotSpectrums
I imagine a parent class that handles base functionalties, such as parent handles and such. Each plot type can then inherit this.