-
Notifications
You must be signed in to change notification settings - Fork 36
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 figures and user input commands #57
Comments
Thank you @jabadge for your suggestions! Unfortunately the current version of the MATLAB Kernel only supports static content, and it does sound like a reasonable next step to extend support to interactive figures. Could you please help us understand your requirements from this future feature:
We look forward to your thoughts and suggestions! |
Hello, it would be great if we could interact with the figures as we do with the Matlab desktop app, such as zooming in and out, and using the cursor to get the point value from the figure. |
Another nice request here. The following might be more difficult or impossible to do in the Matlab environment, but in Python Notebooks I believe there is a setting or magic like Even more ideal then would be a flow like this:
|
@jabadge, @QibangLiu, @tylerlekang, please try initialising figures with |
@rsp34 good idea! This worked to have a separate matlab window open with the figure: I can also still interact with the open figure: In the notebook it appears to capture whatever is sent to the new figure immediately. EDIT: the figure window also continues to lives on, even if I shut down the kernel and close the jupyter server. The "would be nice to have" is the ability to manipulate the figure views in the open figure window, and have the ability to save/replace the saved image in the notebook with whatever is showing in the figure. Thanks! |
I was very excited to find this tool, thank you!
It would be very useful, however, if the figures were interactive and if it allowed user input commands like
ginput
. Are there plans to incorporate either or both of these? I know the latter was mentioned in the limitations readme.If I'm missing something or if anyone has found a good workaround for either of these, I'd appreciate any information.
Thanks!
The text was updated successfully, but these errors were encountered: