Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 487 Bytes

Bar chart

# 2D bar chart
python bar_plot.py --data-path sample_data/bar_multi1.txt
# stack 2D bar chart
python bar_plot.py --data-path sample_data/bar_multi1.txt --stack
# 3D bar chat
python 3dbar_plot.py --data-path sample_data/3dbar_multi1.txt

2D bar chart stack 2D bar chart stack 2D bar chart

Line chart

python line_plot.py --data-path sample_data/line.txt

line chart