Having a bunch of plotting methods on the objects is making them heavy and bloated. All plotting functionality should be factored out into a separate module with plotting functions taking as arguments instances of classes for which plotting is relevant. This should be a flexible and general-purpose module, not an opinionated, seaborn-dependent and option-deprived module like 'niceplots'.
Having a bunch of plotting methods on the objects is making them heavy and bloated. All plotting functionality should be factored out into a separate module with plotting functions taking as arguments instances of classes for which plotting is relevant. This should be a flexible and general-purpose module, not an opinionated, seaborn-dependent and option-deprived module like 'niceplots'.