Matthias Christenson

Results 7 comments of Matthias Christenson
trafficstars

I see something similar has been discussed and implemented: [339](https://github.com/mwaskom/seaborn/issues/399)

Thank you for your input! * Yes, height and aspect parameters are being ignored currently. I might be able to incorporate them in some way in the figure builder class....

I also accept the `subplot_spec` argument in `Grid`, so it would work with `relplot` and other figure-level seaborn plotting functions. I just built the Figure builder class for convenience since...

Thanks. Yes, it will probably be a more substantial commitment. What would be the best approach going forward, if I have time to rigorously implement such as feature? Finally, at...

Thank you @nponeccop! I resolved the conflicts to be inline with the new structure of the project.

@Pwuts I haven't worked on this repo for a bit, but I will try to get an integration test committed over the weekend

@Pwuts I have added a basic integration test. Currently in the test I load images into the workspace; i don't know if we want to save test images in the...