Skip to content

How to Plot ETab #1397

Answered by mikerife
xiangyue0510 asked this question in Q&A
Aug 24, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @xiangyue0510 MAPDL aaS runs similar to batch with respect to MAPDL plotting. So we need to redirect plots from the terminal (default) to a file type like png. Then plot. Please see the APDL command /SHOW in the MAPDL help. PNG is a good file type so you could use:

Mapdl.show('png')
Mapdl.pletab(itlab='UC1', avglab='AVG')
Mapd.show('close')

The file will be named jobnameXX.png where 'jobname' is the MAPDL job name (defaults to 'file') and XX is a counter number.

Mike

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@xiangyue0510
Comment options

@mikerife
Comment options

@xiangyue0510
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants