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

Feature Request: Seaborn Integration #50

Open
jcharkow opened this issue Dec 19, 2024 · 0 comments
Open

Feature Request: Seaborn Integration #50

jcharkow opened this issue Dec 19, 2024 · 0 comments

Comments

@jcharkow
Copy link
Collaborator

Would be nice if we could also integrate pyopenms-viz with Seaborn. Seaborn has similar syntax to pyopenms_viz as it also accepts pandas dataframes in long format and requires specifying the dimensions. Might be worth looking into creating a namespace within seaborn for pyopenms_viz due to their similarities.

Alternatively, instead of direct integration with seaborn we could adopt a syntax more similar to seaborn for users who prefer that format.

e.g.

import pyopenms_viz as oms_viz

oms_viz.set_backend('plotly')
oms_viz.chromatogram(data, x='rt', y='intensity', **kwargs)
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

No branches or pull requests

1 participant