apply Session.set_view_area() only when it is non-interactive (headless) node · Issue #84 · CARTAvis/carta-python · GitHub
More Web Proxy on the site http://driver.im/
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
if we have a session in the interact mode (session.interact()) and if we do session.set_view_area() then we will see
currently the view area of the image viewer is bundled with the widget size and there is no way to decouple it (related to the frontend issue CARTAvis/carta-frontend#1176 which would allow users to define a custom aspect ratio of the image view).
The text was updated successfully, but these errors were encountered:
if we have a session in the interact mode (session.interact()) and if we do session.set_view_area() then we will see

currently the view area of the image viewer is bundled with the widget size and there is no way to decouple it (related to the frontend issue CARTAvis/carta-frontend#1176 which would allow users to define a custom aspect ratio of the image view).
The text was updated successfully, but these errors were encountered: