Plot improvements: line_colors, is_subplot colorbar sizing, inversion panels#242
Merged
Plot improvements: line_colors, is_subplot colorbar sizing, inversion panels#242
Conversation
…nversion panels - plot_array: add line_colors parameter to draw tangential/radial curves in distinct colours - plot_inversion_reconstruction: add line_colors and is_subplot parameters; thread is_subplot to _apply_colorbar for correct subplot tick label sizing; apply box_aspect from zoomed extent - _plot_rectangular / _plot_delaunay: accept is_subplot and pass to _apply_colorbar - plot_mapper: add line_colors parameter and pass through to plot_inversion_reconstruction 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
plot_array: addline_colorsparameter to draw tangential/radial critical curves and caustics in distinct colours (black/white)plot_inversion_reconstruction: addline_colorsandis_subplotparameters; threadis_subplotto_apply_colorbarfor correct subplot tick-label sizing; applybox_aspectfrom zoomed extent to fix rectangular mesh colorbar size_plot_rectangular/_plot_delaunay: acceptis_subplotand pass to_apply_colorbarplot_mapper: addline_colorsparameter and pass through toplot_inversion_reconstructionTest plan
🤖 Generated with Claude Code