InstrumentalVariable.plot#
- InstrumentalVariable.plot(*, show=True, legend_kwargs=None)[source]#
Plot the results.
- Parameters:
- Raises:
NotImplementedError – Always.
- Return type:
None
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).