MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_antialiased

Method set_antialiased

lib/matplotlib/backend_bases.py:852–855  ·  view source on GitHub ↗

Set whether object should be drawn with antialiased rendering.

(self, b)

Source from the content-addressed store, hash-verified

850 self.set_foreground(self._rgb, isRGBA=True)
851
852 def set_antialiased(self, b):
853 """Set whether object should be drawn with antialiased rendering."""
854 # Use ints to make life easier on extension code trying to read the gc.
855 self._antialiased = int(bool(b))
856
857 @_docstring.interpd
858 def set_capstyle(self, cs):

Callers 1

_iter_collectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected