2953 additional functionality to plot scanspy#2968
Merged
timothy-nunn merged 30 commits intomainfrom Nov 1, 2023
Merged
Conversation
…to 2953-additional-functionality-to-plot_scanspy
Collaborator
timothy-nunn
left a comment
There was a problem hiding this comment.
Can you add a test of the 2D functionality and the stacking plots please.
timothy-nunn
approved these changes
Nov 1, 2023
chris-ashe
added a commit
that referenced
this pull request
Apr 22, 2024
* added colour contour plot option * Fixed contour plot labels * Added stack plots switch and subplot fig condition * Can now do stacked plots and save * Plot formatting * Initial file commit * bare except flake 8 fix * Fig size and plot formatting * auto figure scaling for multiple plots * Initial no-scan plot attempt * stack plots output filename format * Legend placement format * Integration test and outputdir command option * remove outputdir * integration test save directory fix * Documentation additions * Added in plot_proc images as extra * default plot cutting and title addition * only show legend if 2 or more plots files used * minor ticks added * comments tidy * colour bar font size fix * 2D contour and stack scan example documentation * Removed spelling error in argparse * stack and contour plot tests added
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.
Description
Added changes that now allow for 2D scans to be represented as a colour contour plot along with normal 1D scans now able to be presented as a stack of subplots
Checklist
I confirm that I have completed the following checks: