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

Expose cbar kwargs #244

Merged
merged 2 commits into from
Jan 26, 2021
Merged

Expose cbar kwargs #244

merged 2 commits into from
Jan 26, 2021

Conversation

michalk8
Copy link
Collaborator

@michalk8 michalk8 commented Jan 26, 2021

closes #238

vmin, vmax are now exposed through kwargs + add cbar_kwargs for matplotlib.figure.Figure.colorbar (like in seaborn).

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #244 (486f052) into master (e35c124) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
- Coverage   78.42%   78.41%   -0.01%     
==========================================
  Files          30       30              
  Lines        2776     2775       -1     
  Branches      448      447       -1     
==========================================
- Hits         2177     2176       -1     
  Misses        458      458              
  Partials      141      141              
Impacted Files Coverage Δ
squidpy/_docs.py 90.00% <ø> (ø)
squidpy/pl/_graph.py 81.48% <ø> (ø)
squidpy/pl/_utils.py 54.51% <100.00%> (-0.16%) ⬇️

@michalk8 michalk8 merged commit 3bbb5f3 into master Jan 26, 2021
@michalk8 michalk8 deleted the expose_cbar_kwargs branch January 26, 2021 22:31
michalk8 added a commit that referenced this pull request Feb 14, 2021
* Add cbar_kwargs to heatmap

* Add tests
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.

Additional/missing kwargs in sq.pl.nhood_enrichment
1 participant