Histogram as plot type for clusterplot#88
Histogram as plot type for clusterplot#88marabuuu wants to merge 10 commits intohaesleinhuepf:mainfrom
Conversation
|
Hi @marabuuu , thanks for working on this! I'm afraid your modifications are a bit too invasive for my taste. Most importantly: renaming a function such as Also, I executed the exampe scatterplot notebook in both the old and the new version. The dual-view plot at the very end looked like this in the old version: It looks like this in the new version: I see some issues:
Did you build 2. and 3. intentionally? Do these come with side-effects, does this collide with other functionality? Would you mind taking another look? Consider making the changes absolutely minimal to not break workflows of people who used these tools before. Thanks! Best, |
|
Oki thank you for your help @haesleinhuepf ! I will take a look ⭐️ |
|
Hi @haesleinhuepf, I have tried to incorporate all requested changes now. Let me know if something else should be modified. Thank you again for your help! Best, |
|
I realised that there is an Issue with this PR, so I will close it for now and reopen it once I fixed it :) |


Hi @haesleinhuepf,
This PR closes Issue #56.
I have created a class
Plotteras a base class and then classScatterPlotterand classHistogramPlotteras the subclasses. Therefore, I renamed_scatterplot.pyinto_plot.pyand also renamed the corresponding function fromscatterplotintoplot.If you want any modifications, just let me know and I try to include them 🌻
Best,
Mara