```python scatter = ScatterPlot(df['runtime'], df['rule_ratio']) scatter.plot() ```  The default ScatterPlot intervals should visible. Use the logic from LinePlot, it does effective smart default intervals.
The default ScatterPlot intervals should visible. Use the logic from LinePlot, it does effective smart default intervals.