Return the drawstyle. See also `~.Line2D.set_drawstyle`.
(self)
| 916 | return self._color |
| 917 | |
| 918 | def get_drawstyle(self): |
| 919 | """ |
| 920 | Return the drawstyle. |
| 921 | |
| 922 | See also `~.Line2D.set_drawstyle`. |
| 923 | """ |
| 924 | return self._drawstyle |
| 925 | |
| 926 | def get_gapcolor(self): |
| 927 | """ |
no outgoing calls