- It seemed necessary to have a Plot parent class, then make each separate type of plot a subclass of this parent class.
- Parent class
- Each plot has the following:
- Title
- Selected file
- SVG window DOM element, which has a width and height
- Axes variables
- xScale
- yScale
- axesContainer - container for the axes
- Child class
https://www.youtube.com/watch?v=4Nd7-iUTDOI #Get median
Git Repository: https://github.com/B-Musick/graph-maker