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 plot_interactive to MvNormal #337

Merged

Conversation

rohanbabbar04
Copy link
Contributor

@rohanbabbar04 rohanbabbar04 commented Mar 1, 2024

closes #225

Description

  • Added plot_interactive to MvNormal.
  • Add tests for plot_interactive.
  • Add xy_lim to plot_mvnormal.

Checklist

  • Code style is correct (follows pylint and black guidelines)
  • Includes new or updated tests to cover the new feature
  • New features are properly documented (with an example if appropriate)
  • Widget states have been properly saved (only for notebooks with widgets) see for details.

Image for the method
image

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 96.22642% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 86.43%. Comparing base (6afa0e5) to head (eea25ac).

Files Patch % Lines
preliz/internal/plot_helper_multivariate.py 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #337      +/-   ##
==========================================
+ Coverage   86.20%   86.43%   +0.23%     
==========================================
  Files          36       36              
  Lines        4190     4240      +50     
==========================================
+ Hits         3612     3665      +53     
+ Misses        578      575       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aloctavodia aloctavodia merged commit 6441958 into arviz-devs:main Mar 4, 2024
4 checks passed
@rohanbabbar04 rohanbabbar04 deleted the mvnormal_plotinteractive branch March 6, 2024 06:18
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.

Add plot_interactive method to Dirichlet and MvNormal
3 participants