Maps.BM.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 (matplotlib.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