Give the model a _PlotMethods object, like in xarray/pandas, so that we can quickly .plot(), or .plot.{name}() to use plot name
.plot() worked before, but without the correct signature and no useful docstring. Now we have both of those (although may want to scrub ds from the parameters list of the docstring)
_PlotMethods
object, like in xarray/pandas, so that we can quickly.plot()
, or.plot.{name}()
to use plotname
.plot()
worked before, but without the correct signature and no useful docstring. Now we have both of those (although may want to scrubds
from the parameters list of the docstring)