```python scatter = ScatterPlot(df['runtime'], df['rule_ratio'], width=10) scatter.plot() ``` The width parameter in ScatterPlot does not change plot dimensions, there is also no height argument. Reference LinePlot for how to fix this.