-
|
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, everyone, |
Beta Was this translation helpful? Give feedback.
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.