Set the hatch color.
(self, hatch_color)
| 978 | return self._hatch_color |
| 979 | |
| 980 | def set_hatch_color(self, hatch_color): |
| 981 | """Set the hatch color.""" |
| 982 | self._hatch_color = hatch_color |
| 983 | |
| 984 | def get_hatch_linewidth(self): |
| 985 | """Get the hatch linewidth.""" |
no outgoing calls
no test coverage detected