Replies: 2 comments
-
hello, |
Beta Was this translation helpful? Give feedback.
0 replies
-
from defdap.plotting import MapPlot
mapData = dicMap.e11
mapData = dicMap.crop(mapData)
plot = MapPlot.create(
dicMap, mapData,
vmin=0, vmax=0.08, plotColourBar=True, cmap="viridis", plotScaleBar=True
)
From: kata-neumann ***@***.***>
Date: Wednesday, 3 April 2024 at 13:07
To: MechMicroMan/DefDAP ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [MechMicroMan/DefDAP] plotting e11 map (Discussion #110)
hello,
how did you figure it out? I am interested in a similar thing. In the final plotting part:
plot = dicMap.plotMaxShear(
vmin=0.0, vmax=0.1, plotScaleBar=True,
plotGBs=True, dilateBoundaries=True
)
but I want to see only e11.
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/MechMicroMan/DefDAP/discussions/110*discussioncomment-8996277__;Iw!!PDiH4ENfjr2_Jw!AycMWG-bR0d7zF-dwaihiep-H65kdLrSTteJ4_uf7Haz45ObBjkh7KBVhN8CNHHqDDS1BPizpb8tbztAYOWAslg6q_trrdsn$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AES7PJFOG5CJCLM7EL75FODY3PWHNAVCNFSM6AAAAAA6PWGZFOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSOJWGI3TO__;!!PDiH4ENfjr2_Jw!AycMWG-bR0d7zF-dwaihiep-H65kdLrSTteJ4_uf7Haz45ObBjkh7KBVhN8CNHHqDDS1BPizpb8tbztAYOWAslg6q-YVjHU3$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
how do you plot the e11 strain map?
best wishes,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions