Get the antialiasing state for rendering. Returns ------- array of bools
(self)
| 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 | """ |