blit_artists

BM.blit_artists(artists, bg='active', blit=True)

Blit artists (optionally on top of a given background)

Parameters:
  • artists (iterable) – the artists to draw

  • bg (matpltolib.BufferRegion, None or "active", optional) – A fetched background that is restored before drawing the artists. The default is β€œactive”.

  • blit (bool) – Indicator if canvas.blit() should be called or not. The default is True