Skip to content

Graph make for various statistical graphs and plots.

Notifications You must be signed in to change notification settings

B-Musick/graph-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming

  • It seemed necessary to have a Plot parent class, then make each separate type of plot a subclass of this parent class.

Plot

  • 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

BarChart

  • Child class

https://stackoverflow.com/questions/9400615/whats-the-best-way-to-make-a-d3-js-visualisation-layout-responsive

https://www.youtube.com/watch?v=4Nd7-iUTDOI #Get median

Git Repository: https://github.com/B-Musick/graph-maker

About

Graph make for various statistical graphs and plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published