-
|
As the theme functionallity isn't available for funcctions like eplot(), I don't know how to save a plot in high resolution (high meaning higher than fullscreen). Is there a way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Assuming you mean using the traditional MAPDL plotter, you should use MAPDL commands. Have a look at this article, it should point you in the right direction: https://www.padtinc.com/2011/03/09/making-pretty-plots-in-ansys-mechanical-and-mechanical-apdl/ For plots using pyvista, I would use |
Beta Was this translation helpful? Give feedback.
Assuming you mean using the traditional MAPDL plotter, you should use MAPDL commands.
Have a look at this article, it should point you in the right direction: https://www.padtinc.com/2011/03/09/making-pretty-plots-in-ansys-mechanical-and-mechanical-apdl/
For plots using pyvista, I would use
return_plotter=Trueas an argument, and then use pyvista methods to improve the quality.