A bunch of long overdue updates to the plotting system#72
Open
A bunch of long overdue updates to the plotting system#72
Conversation
- Switch panel plots to use subfigures with constrained_layout for better layout management - Add plot_loss_history method to CDIModel base class - Fix matplotlib compatibility for older versions (interactive backend detection) - Make CUDA usage conditional in examples - Add panel_plot_mode and plot_level params to FancyPtycho constructor - Default plot_level filtering to 1 instead of 0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add title parameter to plot_image, plot_real, plot_imag, plot_amplitude, plot_phase, and plot_colorized - Various fixes to base.py and fancy_ptycho.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… already broken, and make necessary tweaks
…t easier to not plot so much without manual intervention
…mapping and a colorbar for accurate reading of phases
… be useful for publishing figures now that it's not just a simple hsv lookup. Also fix a bug with nonresponsive windows when all model plots are closed, but the dataset plots are still showing.
…d_layout, which was causing hangups during live plotting and didn't look as nice
All public functions in plotting.py now use the expanded multi-line signature format with trailing commas for consistency and readability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ap_with_images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… make sure to cover panel_plot_mode=False
…or un-exponentiated objects, and also update test_fancy_ptycho to show all the plots (not just plot level 2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Remaining Todos