-
Notifications
You must be signed in to change notification settings - Fork 4
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
Restructure plotting methods #62
Comments
lars-reimann
added a commit
that referenced
this issue
Mar 26, 2023
Closes #62. ### Summary of Changes * Move plotting methods into `Column` and `Table` classes since they are specific to these classes. We don't want to create a generic plotting library. * Remove the `plotting` module. --------- Co-authored-by: lars-reimann <[email protected]>
🎉 This issue has been resolved in version 0.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
The interface of plotting methods is inconsistent. Some take a table + column names, others take a column.
Desired solution
Normalize the interface. Also think about whether it makes sense to have the plotting stuff as methods of the
Table
orColumn
class (or both).Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: