h5analysis.plot_exporter.plot_lines
- h5analysis.plot_exporter.plot_lines(fig, ax, data_list, legend=False, fontsize_legend=12, **kwargs)
Plots Line1d objects in the created figure
- Parameters:
fig (object) – matplotlib Figure object
ax (object) – matplotlib Axes object
data_list (list) – list of dictionaries containing the keys * x * y * yoffset * label * linewidth
legend (Boolean) – Show/Hide plot legend
fontsize_legend (int) – Fontsize of the legend entries