Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 291 Bytes

File metadata and controls

12 lines (10 loc) · 291 Bytes

A collection of plot functions for matplotlib

plot.py

Contains support for various plot types:

  1. CDF
  2. Line
  3. Scatter
  4. Heat map
  5. Bar

genCDF.py

Takes as input a list of numerical values and computes basic stats along with a CDF of the input data using plot.py.