Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller for navigation dimension > 2 is broken #107

Open
thomasaarholt opened this issue Feb 2, 2017 · 5 comments
Open

Controller for navigation dimension > 2 is broken #107

thomasaarholt opened this issue Feb 2, 2017 · 5 comments

Comments

@thomasaarholt
Copy link
Contributor

The navigator for signals with navigation dimension > 2 doesn't work properly. There is a small window but I can't drag the sliders.

Test code:

hs.signals.Signal1D(np.random.rand(5,5,5,5)).plot()
@vidartf
Copy link
Member

vidartf commented Feb 2, 2017

Does this work for you in normal hspy? This has always failed for me.

@thomasaarholt
Copy link
Contributor Author

Yes, it works fine.

screenshot 2017-02-02 10 29 20

@thomasaarholt
Copy link
Contributor Author

For reference, this is the size of the "navigation sliders" window in the UI. This is where the problem is.

screenshot 2017-02-02 10 30 07

@thomasaarholt
Copy link
Contributor Author

In both HS and UI I can manually step through the 0th and 1st axis (technically, these should be called 1st and 2nd, no?) in the chequers-looking window above, but I cannot step through the 2nd axis in the UI as it is "under". In HS I need to use the slider to access this dimension.

@vidartf
Copy link
Member

vidartf commented Feb 2, 2017

Workaround is to input a number in the text-dialog, but I agree this should be fixed. Hspy way now worked for me, so I think I might have to check if/how this was fixed in traitsui code :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants