Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Visualization


Usage

python visualize.py -p visConfig.yml

Configuration parameters

  • xVals: list denoting the x coordinates
  • yVals: list of lists containing the paths to the files containing the y coordinates, for each curve
  • labels: list of curve labels, length must be equal to length of yVals
  • xlabel: x axis label
  • ylabel: y axis label
  • plotDir: directory to store plots
  • fileName: name of the plot file