You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi PProfizi, I'm here to provide feedback again. I'm sorry I didn't finish all the related issues at once. The new issue is that when using the DpfPlotter class for plotting, "parallel_projection=True" will fail. So I moved the code you wrote to the vicinity of the "zoom" code mentioned last time, and the modified code is as follows:
Code 1
Code 2
Code 3
It should be noted that the code snippet for "parallel_projection" must come before "zoom", otherwise "zoom" will not work
After my testing, "parallel_projection" and "zoom" can all work in the following three plotting methods:
Class Model, function metadata.meshed_region.plot();
Code 1

Code 2

Code 3

It should be noted that the code snippet for "parallel_projection" must come before "zoom", otherwise "zoom" will not work
After my testing, "parallel_projection" and "zoom" can all work in the following three plotting methods:
Originally posted by @ZanePC in #1535 (comment)
The text was updated successfully, but these errors were encountered: