Graphics operations#
PyAEDT enables powerful post-processing of AEDT results, allowing you to visualize graphics objects and plot data with ease.
PyAEDT supports external report capabilities available with installed third-party packages like pyvista, matplotlib, pandas, and numpy.
There have three main categories:
Three-dimensional visualization
Graph visualization
PDF
Three-dimensional visualization#
PyAEDT benefits of pyvista package and allows to generate models and 3D plots.
Manages the data to be plotted with |
|
Class to manage Field data to be plotted in pyvista. |
|
Manages mesh files to be plotted in pyvista. |
Graph visualization#
PyAEDT benefits of matplotlib package and allows to generate 2D plots.
Matplotlib Report manager. |
|
Check if pyaedt is running in Jupyter or not. |
PDF#
PyAEDT benefits of fpdf2 package and allows to generate PDF files.
Reade pdf template. |
|
Header. |
|
Footer. |
|
Create a new report using |
|
Add project information. |
|
Add a new section to Pdf. |
|
Add a new chapter. |
|
Add a new sub-chapter. |
|
Add a new image. |
|
Add a new caption. |
|
Add a new empty line. |
|
Add a new page break line. |
|
Add a new table from a list of data. |
|
Add a new text. |
|
Add toc. |
|
Save pdf. |
|
Add a chart to the report using matplotlib. |