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

Method get_antialiased

lib/matplotlib/collections.py:803–811  ·  view source on GitHub ↗

Get the antialiasing state for rendering. Returns ------- array of bools

(self)

Source from the content-addressed store, hash-verified

801 return linewidths, dashes
802
803 def get_antialiased(self):
804 """
805 Get the antialiasing state for rendering.
806
807 Returns
808 -------
809 array of bools
810 """
811 return self._antialiaseds
812
813 def set_antialiased(self, aa):
814 """

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected