You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: