Skip to content
Discussion options

You must be logged in to vote

Do you use the newest version of pymapdl (there have been some changes)? You can suppress this text via 'add_text=False'. You can also pass 'return_plotter=True' to get the plotter-object (instead of cpos), where you could add your customized text (via add_text()-method). It seems 'return_plotter' is only implemented in general_plotter() right now (used for nplot, aplot, ...) #494. But that should be fixed in one of the next releases.

Beside that, you could look at https://docs.pyvista.org/user-guide/themes.html?highlight=theme#module-pyvista.themes - the Theme-object is a new feature of pyvista allowing to format your plots. Via Theme.font you can change the font settings.

my_theme = Map…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@akaszynski
Comment options

Answer selected by akaszynski
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #491 on June 21, 2021 14:49.