partofthething / ace

Python package for performing the Alternating Conditional Expectation (ACE) regression
MIT License
68 stars 20 forks source link

Fix issue in plot functions #15

Open klausweinbauer opened 2 years ago

klausweinbauer commented 2 years ago

Hi, I ran into a problem when executing the following example from the documentation:

from ace.samples import wang04
wang04.run_wang04()

The problem was the calculation for the figure position. I fixed this issue and tested it with the mentioned example in multiple configurations (1-6 figures). I would appreciate a merge :)