-----
Released 2020-09-15
- Added the ability to plot several types of graphs, including boxplot and area plots.
- Added :code:`--grid` and :code:`--no-legend` options.
- Added :code:`--marker` and :code:`--linestyle` options in the line graph.
- Added :code:`--alpha` and :code:`--bins` options in the histogram.
- Added :code:`--stacked` option in the bar plot.
- Added support for changing the style of the graph.
- Added documentation.
- Made it possible to configure it in the config file.
- Moved common_options from core.py to options.py.