RetroFit icon indicating copy to clipboard operation
RetroFit copied to clipboard

Create plotting helper functions

Open AdrianAntico opened this issue 3 years ago • 0 comments

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()

AdrianAntico avatar Nov 22 '21 21:11 AdrianAntico