Skip to content

jiashenC/plot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages