-
Notifications
You must be signed in to change notification settings - Fork 63
Mixed data visualization #687
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
base: develop
Are you sure you want to change the base?
Mixed data visualization #687
Conversation
…/scikit-fda into feature/mixed_data_visualization
-Example added to path Note: notebook must be removed before merge
|
I'm not entirely satisfied with how the graphs look in the final example, but the core plotting logic is complete and ready for review. |
Co-authored-by: Carlos Ramos Carreño <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #687 +/- ##
===========================================
- Coverage 87.04% 86.58% -0.47%
===========================================
Files 199 199
Lines 14639 14732 +93
===========================================
+ Hits 12742 12755 +13
- Misses 1897 1977 +80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Any reference on how to write plot tests? Should I even do it? @vnmabus |
We do not have any infrastructure for that at the moment, unfortunately. So they are not mandatory. |
My company will soon release a work project of mine, in which I developed an easy plot testing fixture. Would you be interested that I ping you here upon effective opensourcing? |
I planned to have a look to the tools that Matplotlib itself uses for testing. For example However, I am a bit worried about the impact of storing a lot of images in the git repository. I think it would be better if the images could somehow be stored in a separate location (maybe in the same place as the latest version of the documentation?). Then we would not need to store a lot of slightly different versions of images in the repository, caused by changes in the plotting code (images are much more expensive than text in terms of space). In any way, please feel free to ping us, as it would be good to know all the alternatives that we have before committing to one. |
|
My fixture heavily rlies on |
|
@vnmabus @luisheb Here's a direct link to The use is detailed in the docstring. It has two CLI options (disable or update) and one runtime What it doesIt
ImplementationIt is a bit "dirty" in some ways as I did not want to have an infinitely long Notes
Finally, I would like to say thanks for you work, since your repository was a good inspiration regarding my own developments. You might find a lot of similarities in the presentation of All the best! |
Describe the proposed changes
Functionality to plot Mixed data objects represented as pandas
DataFrame.Checklist before requesting a review