Skip to content
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

fix: double plot issue related to barplot #460

Merged
merged 5 commits into from
Dec 11, 2023
Merged

fix: double plot issue related to barplot #460

merged 5 commits into from
Dec 11, 2023

Conversation

kcArtemis
Copy link
Contributor

PR Checklist

  • Referenced issue is linked
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

Description of changes

Initially, while running marplot function, two graph were visible because of bug, thus I resolved this. Besides, I also changed the label of the colours:
"KO": "salmon", "NP": "lightgray", "NT": "grey"

Technical details

Additional context

Have made changes in "from_scanpy" function.
Now, only one graph will be visible in the notebook and the colouring of the labels have been changed:
"KO": "salmon", "NP": "lightgray", "NT": "grey"
pertpy/tools/_coda/_base_coda.py Outdated Show resolved Hide resolved
pertpy/tools/_coda/_base_coda.py Outdated Show resolved Hide resolved
Updated the code to previous version
@kcArtemis kcArtemis changed the title fix: double plot issue related to marplot fix: double plot issue related to barplot Dec 11, 2023
@Zethson Zethson merged commit ecfa42a into scverse:main Dec 11, 2023
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants