-
Notifications
You must be signed in to change notification settings - Fork 4
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
Plotting #211
Plotting #211
Conversation
add newline
…s can stop their experiment while liveplotting with a push of a button.
…y implement killswitch here since it is still implemented in liveplot; however, having it in both places allows for additional functionality which may be desireable, or overly complex. Consult with Andy when deliberating over this.
…listening for killswitch key to be pressed. This will stop the experiment at any time. I also added a demo notebood as an example of how to use this. It looks like I may have made unintended changes to live_plot.py and or experiment.py SO PLEASE VERIFY THAT THESE FILES WERE NOT CHANGED IN ANY SIGNIFICANT WAY!
…of it's own folder and into the main. It would be a good idea to validate that this doesn't break the demonb test cases on the github build workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
subplot_kw change to subplot_kwarg
try plotting_functions as list of lists, see if nrows and ncolumns are required
put this in its own file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the renaming and moved it to its own file; however, not sure what you want done as far as making it a list of lists. It seemed like you were going to take care of these considerations once I split up the PRs. If you want me to look into it I could use some clarification on how you want this to be.
…ocs branch to split the PRs.
…plotting PR to group these separately from the main docs changes.
…plotting PR to group these separately from the main docs changes. Redoing this to reset to the status of main.
…plotting PR to group these separately from the main docs changes. Doing this for the conf.py file this time.
…plotting PR to group these separately from the main docs changes. Doing this for the get_pyscan_version file this time.
…plotting PR to group these separately from the main docs changes. Doing this for the run_info file this time.
…t file (for real this time).
live multiplot added