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

add grid argument to manually specify the number of rows and colums #1459

Merged
merged 3 commits into from
Dec 12, 2020

Conversation

aloctavodia
Copy link
Contributor

@aloctavodia aloctavodia commented Dec 7, 2020

Fix #827

  • Follows official PR format
  • New features are properly documented (with an example if appropriate)?
  • Code style correct (follows pylint and black guidelines)
  • Changes are listed in changelog

@aloctavodia aloctavodia changed the title add grid argument to maually specify number of rows and colums add grid argument to manually specify the number of rows and colums Dec 7, 2020
@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #1459 (4a657a9) into master (d67c252) will decrease coverage by 0.04%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1459      +/-   ##
==========================================
- Coverage   91.93%   91.89%   -0.05%     
==========================================
  Files         105      105              
  Lines       11228    11235       +7     
==========================================
+ Hits        10323    10324       +1     
- Misses        905      911       +6     
Impacted Files Coverage Δ
arviz/plots/plot_utils.py 89.37% <63.15%> (-2.13%) ⬇️
arviz/plots/autocorrplot.py 100.00% <100.00%> (ø)
arviz/plots/bpvplot.py 79.24% <100.00%> (ø)
arviz/plots/densityplot.py 88.88% <100.00%> (ø)
arviz/plots/essplot.py 100.00% <100.00%> (ø)
arviz/plots/mcseplot.py 100.00% <100.00%> (ø)
arviz/plots/posteriorplot.py 87.50% <100.00%> (ø)
arviz/plots/ppcplot.py 93.44% <100.00%> (ø)
arviz/plots/rankplot.py 90.32% <100.00%> (ø)
arviz/plots/violinplot.py 83.33% <100.00%> (ø)

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 d67c252...4a657a9. Read the comment docs.

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.

Please add the ability to specify the grid for plots
1 participant