Manual checks
Use manual checks when you want explicit control over when GoldenViz runs.
Analyze and display a specific figure
gv.check(fig)
Analyze the current active figure
gv.check_current()
Get the structured analysis object
Use gv.analyze(fig) when you want to inspect the returned report object in Python code.
report = gv.analyze(fig)