Replies: 1 comment 3 replies
-
Hi @Patcurran, I believe the m-3m and 6/mmm IPF color keys in orix (see this tutorial) match the colors returned by DefDap's So, after installing orix, you can run: from orix import plot
ckey_m3m = plot.IPFColorKeyTSL("m-3m")
fig = ckey_m3m.plot(return_figure=True) # Returns a Matplotlib figure
fig.savefig("ckey_m3m.png") |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can you plot the IPF color key?
Beta Was this translation helpful? Give feedback.
All reactions