-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove matplotlib references #4479
Conversation
…minal into hotfix/mpl_refs
…minal into hotfix/mpl_refs
…minal into hotfix/mpl_refs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here from
from openbb_terminal import OpenBBFigure
from openbb_terminal.core.plots.plotly_helper import theme
You can do this
from openbb_terminal import OpenBBFigure, theme
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4479 +/- ##
==========================================
Coverage ? 54.53%
==========================================
Files ? 596
Lines ? 53482
Branches ? 0
==========================================
Hits ? 29165
Misses ? 24317
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…rame and error, added figure to `export_data`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!!! Lets gooooo 🚀🚀🚀
Description
How has this been tested?
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others