ReportPlotter#
- class ansys.aedt.core.visualization.plot.matplotlib.ReportPlotter#
Matplotlib Report manager.
Methods
ReportPlotter.add_limit_line(plot_data[, ...])Add a new limit_line to the chart.
ReportPlotter.add_note(text[, position, ...])Add a note to the report.
ReportPlotter.add_trace(plot_data[, ...])Add a new trace to the chart.
ReportPlotter.animate_2d([traces, ...])Create an animated Matplotlib figure based on a list of data.
ReportPlotter.animate_contour([trace, ...])Create an animated Matplotlib figure contour based on a list of data.
ReportPlotter.apply_style(style_name)Apply a custom matplotlib style (eg.
ReportPlotter.plot_2d([traces, ...])Create a Matplotlib figure based on a list of data.
ReportPlotter.plot_3d([trace, ...])Create a Matplotlib 3D plot based on a list of data.
ReportPlotter.plot_contour([trace, polar, ...])Create a Matplotlib figure contour based on a list of data.
ReportPlotter.plot_pcolor([trace, ...])Create a Matplotlib figure pseudo color plot with a non-regular rectangular grid based on a list of data.
ReportPlotter.plot_polar([traces, to_polar, ...])Create a Matplotlib polar plot based on a list of data.
Attributes
General background color.
General plot color.
Grid color.
Enable the major grid on x axis.
Enable the major grid on y axis.
Enable the minor grid on x axis.
Enable the minor grid on y axis.
Grid style.
Enable interactive mode.
Limit Lines.
Shortcut for dir(self).
Figure size.
Trace names.
Traces.
Traces.
X axis scale.
Y axis scale.