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
I'm encountering a discrepancy with the plotter screenshot function. When I use the screenshot function to save an image it creates the following image as expected:
But once I set asarray=True it no longer returns the correct image and is missing the red triangle in the previous image:
The red triangle is the return of a mesh's boundaries() function. It's strange that setting asarray=True removed the red triangle but still showed the blue outline, which is also created using a mesh's boundaries().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Marco,
I'm encountering a discrepancy with the plotter screenshot function. When I use the screenshot function to save an image it creates the following image as expected:
But once I set
asarray=True
it no longer returns the correct image and is missing the red triangle in the previous image:The red triangle is the return of a mesh's
boundaries()
function. It's strange that settingasarray=True
removed the red triangle but still showed the blue outline, which is also created using a mesh'sboundaries()
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions