RetroFit
RetroFit copied to clipboard
Create plotting helper functions
Create Master Class for Plotting and subclasses for plotting library used. Plotting libraries should include:
- plotly
- matplotlib
- seaborn
Plotting functions should include:
- ScatterPlot()
- LinePlot()
- BarPlot()
- Histogram()
- 3D_ScatterPlot()
- HeatMap()