spinw
spinw copied to clipboard
Small visualization bug when plotting unit cell?
Hi Sandor
It seems in a monoclinic structure that clicking and the a, b and c icons don't actually make one look down that axis. Instead, it seems that we look down the a*, b* and c* axes.
Cheers
Henrik
You are right, the a, b and c buttons change the view to look along the a*, b* and c* axes, I probably should change it in the future to look along the a, b and c-axes. Alternatively you can use the command swplot.view()
to change the view. Which has a single letter as input: 'a'
, 'b'
and 'c'
to get the same orientations as with the 3 buttons on the figure and you can use 'h'
, 'k'
and 'l'
to look along the abc axes. I realised the notation is confusing here as well, so I will change this also in the next version.
I see, so it's simply a misunderstanding of what the buttons mean. Thanks for answering :)