-
Notifications
You must be signed in to change notification settings - Fork 12
2953 additional functionality to plot scanspy #2968
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
Merged
timothy-nunn
merged 30 commits into
main
from
2953-additional-functionality-to-plot_scanspy
Nov 1, 2023
Merged
2953 additional functionality to plot scanspy #2968
timothy-nunn
merged 30 commits into
main
from
2953-additional-functionality-to-plot_scanspy
Nov 1, 2023
Conversation
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
…to 2953-additional-functionality-to-plot_scanspy
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.
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
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 in
30B1
valid 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: