-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug located in plcint
, pldisp
, plnsol
, plesol
, plorb
and plvect
#2193
Comments
Hi @clatapie I'd not consider this a bug as those plot commands need to be preceeded by a "/show" command to redirect the plots from the terminal (which does not exist) to a file type. Mike |
Hi @mikerife |
I wonder if we should made PyMAPDL automatically issue mapdl.default_image_file = "PNG"
mapdl._use_vtk=False # we should also do a property `mapdl.use_vtk`
mapdl.pldisp() what do you think @mikerife , will it be (sort of) consistent (convenient?) with MAPDL users? |
We could track it ... as everything pass by |
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
.🔍 Description of the bug
The previous functions need to be defined in another way as nothing is displayed for now.
🕵️ Steps To Reproduce
Steps:
And I ran the following code:
💻 Which Operating System are you using?
None
🐍 Which Python version are you using?
None
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: