in makers.py I request to change
def _set_custom_marker(self, path):
verts = path.vertices
rescale = max(np.max(np.abs(verts[:,0])),
np.max(np.abs(verts[:,1])))
self._transform = Affine2D().scale(1.0 / rescale)
self._path = path
to
def _set_custom_m
Sorry for the multiple mailings.
in makers.py I request to change
def _set_custom_marker(self, path):
verts = path.vertices
rescale = max(np.max(np.abs(verts[:,0])),
np.max(np.abs(verts[:,1])))
self._transform = Affine2D().scale(1.0 / rescale)
self._p