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

Update/perf: generic plot/mpl_plot #692

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Update/perf: generic plot/mpl_plot #692

wants to merge 5 commits into from

Conversation

younesdessia
Copy link
Contributor

  • What kind of changes does this PR introduce?
  • Bug fix
  • new features
  • performance
  • docs update
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
  • Yes:
  • No
  • Other information:

@younesdessia younesdessia requested a review from GhislainJ May 13, 2024 09:24
@younesdessia younesdessia added the Status: Ready for review PR is ready to be reviewed. Should pass CI label May 13, 2024
raise NotImplementedError(msg)
methods = get_method_from_selector_name(class_=self.__class__, selector_name=selector_name)
if not methods:
warnings.warn("There are no methods in this class that contain a 'plot_date_view' decorator.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you wanna say 'plot_data_view' ?

Copy link
Contributor Author

@younesdessia younesdessia May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I correct that, thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Ready for review PR is ready to be reviewed. Should pass CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants