Any method so when a user clicks on data point, it loads other plots and data summaries for that specific point? #3113
Unanswered
ctrejocaltech
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @ctrejocaltech, are you hoping to use a particular dashboarding toolkit? Or are you working in a notebook environment? I believe this will be possible using Panel, Streamlit, and Solara. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using a notebook environment, I will checkout those links you sent, they do look promising, thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a histogram that will show the masses of black hole mergers, however I would like it so that if a user clicks on a specific event, it will populate on the same page, specific data and plots for that particular event.
Here is my code for the histogram:
so an example of what I have in mind:
https://catalog.cardiffgravity.org/
but I want to generate more detailed plots for each category, there is already an app that does this:
https://gw-quickview.streamlit.app
so basically, plot all those events into a histogram, which I did, but then have it output the types of graphs seen in that last link, under the histogram. Is anything like this possible?
Beta Was this translation helpful? Give feedback.
All reactions