|
Hi everyone, I have a question regarding slip traces: how can I plot the slip traces in a selected EBSD grain map without using DIC data? Any guidance or recommended workflow would be greatly appreciated. Thank you for your time and for developing such a fantastic project! |
Answered by
maguag
Dec 3, 2025
Replies: 1 comment 1 reply
|
Hi, everyone, |
1 reply
Answer selected by
maguag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grain = ebsd_map[500]plot = grain.plot_map('band_contrast')plot.add_slip_traces(colours=colors) #colors list like['r','g','b']Hi, everyone,
I managed to figure it out using the code above.