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
{{ message }}
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Currently, the API for generating a plot is rather cumbersome. It was suggested that I should look into creating an interface that resembles matplotlib. This will cause a fair amount of work to design properly. My suggestion is to look into seaborn as an example since it can readily take in a pandas dataframe or operate directly on data. Given the highly structured nature of the data occurring in these plots, it would be useful to support something like how seaborn uses dataframes.
The text was updated successfully, but these errors were encountered:
Currently, the API for generating a plot is rather cumbersome. It was suggested that I should look into creating an interface that resembles matplotlib. This will cause a fair amount of work to design properly. My suggestion is to look into seaborn as an example since it can readily take in a pandas dataframe or operate directly on data. Given the highly structured nature of the data occurring in these plots, it would be useful to support something like how seaborn uses dataframes.
The text was updated successfully, but these errors were encountered: