Sándor Tóth

Results 24 comments of Sándor Tóth

It is possible. You have to use the separate command that plots the coordinate system: `swplot.plotbase('mode','xyz','replace',false)` Setting the `replace` option to `false` will avoid deleting the previous coordinate system. You...

Simple example: `plot(spinw('https://goo.gl/kQO0FJ'));` `swplot.plotbase('replace',false,'mode','xyz','shift',[-3;0;0])`

I fixed it, hopefully it is right now: def8482

The problem is that swpref uses mlock to avoid reinitialisation of persistent variables that store the settings. I am surprised that clear classes actually worked. I might have to add...