How to, via python, to reset focus center of SlicerLayoutConventionalQuantitativeView

Operating system: windows
Slicer version: 4.11.0
Expected behavior: set up the focus/center of QuantitativeView
Actual behavior:

Hi all,
what’s the command/function to trigger doing the automatic centering of quantitativeview after setting-up as SlicerLayoutConventionalQuantitativeView = 24 ?

image

Thanks a lot!
Aiden

Aha, found it right away.

test = slicer.app.layoutManager().plotWidget(0).plotController()
test.fitPlotToAxes()