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

Interactive plot issue #6

Open
YooSunYoung opened this issue Feb 24, 2023 · 1 comment
Open

Interactive plot issue #6

YooSunYoung opened this issue Feb 24, 2023 · 1 comment

Comments

@YooSunYoung
Copy link
Member

plotly backend works easily in all candidate visualization frameworks but matplotlib doesn't.
We might have problems using 3-D instrument view in the dashboard if matplotlib is not available.
We might want a standalone interactive plotting module in the plopp. Still need to discuss about.

Related to scipp/plopp#150

@YooSunYoung YooSunYoung added this to the [Alpha] Visualization milestone Feb 24, 2023
@nvaytet
Copy link
Member

nvaytet commented Feb 24, 2023

We might have problems using 3-D instrument view in the dashboard if matplotlib is not available.

Note that the 3D plots do not rely on matplotlib, but on pythreejs which itself relies on ipywidgets. So the issue would not be to get matplotlib to work, but ipywidgets.
That said, interactive matplotlib figures also seem to need ipywidgets because they use the ipympl backend which uses ipywidgets.

@YooSunYoung YooSunYoung removed this from the [Alpha] Visualization milestone Feb 28, 2023
@YooSunYoung YooSunYoung changed the title Interactive plot issue (including 3-D instrument view) Interactive plot issue Mar 15, 2023
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