hyperspy / hyperspyUI

A user interface for the hyperspy package. https://hyperspy.org/hyperspyUI
GNU General Public License v3.0
25 stars 15 forks source link

Rotate: grid not working #100

Open magnunor opened 7 years ago

magnunor commented 7 years ago

On Ubuntu 16.04, using master branch of HyperSpyUI the optional grid in the rotate window does not do anything: no grid shows up:

s = hs.signals.Signal2D(np.random.random(size=100, 100)))
s.plot()

Then press "Rotate" button on sidebar (opens the rotate window), then tick preview in the rotate window (gives an interactive preview window), tick Grid (nothing happens).

vidartf commented 7 years ago

Yes, the grid is one big TODO. Good to have an issue to track this :)