add_chart# AnsysReport.add_chart(x_values, y_values, x_caption, y_caption, title)# Add a chart to the report using matplotlib. Parameters: x_valueslistlist of float x values. y_valueslistList of float y values. x_captionstrX axis caption. y_captionstrY axis caption. titlestrChart title.