You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1514 forced the 1d spectrum to be plotted in pixel-space to maintain limit-syncing with the 2d spectrum until support for a non-linear x-axis on the 1d spectrum viewer could be supported.
Now that a new version of bqplot has been released with fixes for the custom axis labeling (thanks @mbreddels!) I've been able to wrap up a first prototype of glue-jupyter's profile viewer which can show the profile in pixel space while having the labeling be world coordinates, which was requested for Specviz2D. To try this out, you will need:
With these in place, you can then set x_att on the viewer state for the profile viewer to be a pixel component, and then toggle display of world vs pixel coordinates using the x_display_world boolean property on the viewer state. This should respect x_display_units. Let me know if this is looking promising, and I can try and wrap up the pull requests by adding tests etc and getting them into a released version.
I think we can probably consider this closed by #2219 (abandoning the actual idea to plot with non-linear axis because of the consequences of needing to translate everything after the case)
#1514 forced the 1d spectrum to be plotted in pixel-space to maintain limit-syncing with the 2d spectrum until support for a non-linear x-axis on the 1d spectrum viewer could be supported.
Related:
Tasks
🐱
The text was updated successfully, but these errors were encountered: