-
Notifications
You must be signed in to change notification settings - Fork 225
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
Furthering examples with a quick and raw plot and changing output size #105
base: main
Are you sure you want to change the base?
Conversation
Your example looks good!! I just wanted to answer the last question, we are working on the resize of the canvas currently, so it should be possible soon. Though I'm not sure it is part of the plan to add a stretch control, but you should be able to control the size through the widget layout. |
Hi! great news that you're working on the resize through widget layout. Now I can stop trying! lol! Although in all seriousness thanks for your work on this packages... I'm really grateful and still excited how jupyter(lab,ipywidgets) and matplotlib has made paperthin all ui-related software for us data scientists and engineers. As for the example, do that 'looking good' of it mean that hopefully someone will slash my commit to add it on the next release? Or is there more stuff I should do to this process? Cheers! |
I'm happy to work on this package! :)
I saw this bug. Did not take time to look at it yet. Would you mind opening an issue for that if that's not the case already? Concerning your commit, would you mind removing the |
Hello everyone, I hope everyone has a great day when reading this.
Using jupyterlab, I wanted a quick way to plot a set of data with a shared axis, but disjoint values by putting each extra series with its own axis, avoiding scaling issues. (For example if one series is thousands of dollars, and the other in [0,1], you won't see them right), this image explains it better:
So you can see I used some ipywidgets components to interact, so I think this is a good contribution to the examples.
At the bottom of the notebook I left some questions, that (being my first contribution) thought would be the best place to leave them for discussion, summarizing: