Set the hatch linewidth.
(self, lw)
| 651 | return self._hatch |
| 652 | |
| 653 | def set_hatch_linewidth(self, lw): |
| 654 | """Set the hatch linewidth.""" |
| 655 | self._hatch_linewidth = lw |
| 656 | |
| 657 | def get_hatch_linewidth(self): |
| 658 | """Return the hatch linewidth.""" |
no outgoing calls