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

implement inspect() and metadata() methods in Spectrum. #4

Open
cwgaldino opened this issue Jul 21, 2023 · 0 comments
Open

implement inspect() and metadata() methods in Spectrum. #4

cwgaldino opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cwgaldino
Copy link
Owner

The idea is as follow:

def inspect(self):
    """Plots data in a inspection window.

    If the mouse pointer hovers over a datapoint, the index of this datapoint is showed.
    """
    raise NotImplementedError('This is not implemented yet.')


def metadata(self):
    """Opens a windows with all user defined variables for inspection.
    """
    raise NotImplementedError('This is not implemented yet.')
@cwgaldino cwgaldino added the enhancement New feature or request label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants