__init__

BlitManager.__init__(m)

Manager used to schedule draw events, cache backgrounds, etc.

Parameters:
  • canvas (FigureCanvasAgg) – The canvas to work with, this only works for sub-classes of the Agg canvas which have the ~FigureCanvasAgg.copy_from_bbox and ~FigureCanvasAgg.restore_region methods.

  • animated_artists (Iterable[Artist]) – List of the artists to manage