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 passing axes to plot_density with several datasets #1198

Merged
merged 2 commits into from
May 21, 2020
Merged

Conversation

aloctavodia
Copy link
Contributor

@aloctavodia aloctavodia commented May 20, 2020

Fixes #1197

  • Follows official PR format
  • Includes new or updated tests to cover the new feature
  • Code style correct (follows pylint and black guidelines)
  • Changes are listed in changelog

@codecov
Copy link

codecov bot commented May 20, 2020

Codecov Report

Merging #1198 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1198      +/-   ##
==========================================
+ Coverage   93.11%   93.12%   +0.01%     
==========================================
  Files          94       94              
  Lines        9478     9478              
==========================================
+ Hits         8825     8826       +1     
+ Misses        653      652       -1     
Impacted Files Coverage Δ
arviz/plots/backends/matplotlib/densityplot.py 98.21% <100.00%> (+1.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b062cbc...92e9ca1. Read the comment docs.

@aloctavodia aloctavodia merged commit 831a43c into master May 21, 2020
@aloctavodia aloctavodia deleted the density_ax branch May 21, 2020 15:19
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.

Passing axes to plot_density fails with several datasets
1 participant