[doc] add the gnuplot files.
[hkl.git] / Documentation / figures / e2k_4.asy
blob38639d8059633a9ce6969c88f3484819714e2923
1 import eulerians;
3 currentprojection=orthographic(-1,1,1);
4 currentlight=White;
6 size(12cm);
8 // orthonormal coordinates
9 draw(Label("$\vec{x}$", 1), (-40*X)--(40*X), gray, Arrow3());
10 draw(Label("$\vec{y}$", 1), (-30*Y)--(30*Y), gray, Arrow3());
11 draw(Label("$\vec{z}$", 1), (-30*Z)--(30*Z), gray, Arrow3());
13 eulerians(0, 90, 0, solution=0);