(self, legend)
| 185 | self._marker_pad = marker_pad |
| 186 | |
| 187 | def get_numpoints(self, legend): |
| 188 | if self._numpoints is None: |
| 189 | return legend.numpoints |
| 190 | else: |
| 191 | return self._numpoints |
| 192 | |
| 193 | def get_xdata(self, legend, xdescent, ydescent, width, height, fontsize): |
| 194 | numpoints = self.get_numpoints(legend) |
no outgoing calls
no test coverage detected