https://pypi.org/project/chart-builder/

red = parameter

This package enables a user to provide a path to csv/xlsx file or pass a dataframe directly and create a high quality chart in minutes.

Bare minimum parameters to pass:

cols_to_plot=['test1','test2']
axes_data=dict(y1=['test1'],y2=['test2'])
Parameter Description Default
df Pandas DataFrame containing data for the plot. None
chart_type Type of chart to create ('line', 'bar', 'line and bar', 'pie', 'ranked bar'). None
title Title of the chart. None
bar_col Columns for bar plot data. None
line_col Columns for line plot data. None
directory Directory to save the generated plots. '../img'
colors List of colors for plot elements. combined_colors