InstrumentalVariable.plot#

InstrumentalVariable.plot(*, show=True, legend_kwargs=None)[source]#

Plot the results.

Notes

Plotting is not yet implemented for instrumental variable experiments. This stub exists so every experiment subclass offers an explicit, kwarg-only plot() signature (issue #886).

Parameters:
  • show (bool) – Reserved; ignored. Defaults to True.

  • legend_kwargs (dict[str, Any] | None) – Reserved; ignored.

Raises:

NotImplementedError – Always.

Return type:

None