Overhaul 2D plot styling and subplot layout#239
Merged
Conversation
- Default colormap driven by segmentdata.py via config (autoarray) - Colorbar: 3 ticks (min/mid/max), unit on middle, configurable fraction/pad/rotation/labelsize (separate figure vs subplot sizes) - Tick labels: arcsecond suffix, inward positioning, 2 d.p. formatting, vertical y-axis labels - Axes box aspect set from data extent (restores old square-panel behaviour, eliminates subplot whitespace) - hide_unused_axes() called in all fixed-grid subplot functions - subplot_imaging_dataset consolidated to 3x3 grid; subplot_imaging removed - Position dots default to black - save_reconstruction_csv() extracted to inversion_plots.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
segmentdata.pyviageneral.yamlconfig (autoarraycolormap registered lazily)x_range / y_range) — restores old square-panel behaviour and eliminates subplot whitespacehide_unused_axes()called in all fixed-grid subplot functions to suppress blank panelssubplot_imaging_datasetconsolidated to 3×3 grid;subplot_imagingremovedsave_reconstruction_csv()extracted fromplotter.pytoinversion_plots.pyTest plan
subplot_imaging_datasetand verify 3×3 grid with no blank axesautoarraycolormap is applied by default🤖 Generated with Claude Code