-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathplot_all.sh
15 lines (14 loc) · 909 Bytes
/
plot_all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Plot Curves
python plot_diagram.py examples/demo/simple_plot.conf
python plot_diagram.py examples/curve_simple_example/ploty_single_curve.conf
python plot_diagram.py examples/curve_simple_example/ploty_two_curves.conf
python plot_diagram.py examples/curve_simple_example/ploty_multi_curves.conf
python plot_diagram.py examples/curve_simple_example/ploty_multi_dots.conf
python plot_diagram.py examples/curve_custom_xtick/ploty_set_xtick.conf
python plot_diagram.py examples/curve_custom_xtick/ploty_set_rotate_xtick.conf
python plot_diagram.py examples/curve_twin_y_axis/plottwins_yaxis.conf
python plot_diagram.py examples/curve_custom_legend/ploty_custom_legend.conf
# Plot Bars
python plot_diagram.py examples/barchart_example1/simple_barchart.conf
python plot_diagram.py examples/barchart_example1/simple_barchart_custom_ytick.conf
python plot_diagram.py examples/barchart_example2/barchart_color.conf