Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a4324 + bd8c6a2 commit eaf7e8fCopy full SHA for eaf7e8f
1 file changed
lib/matplotlib/patheffects.py
@@ -174,6 +174,7 @@ def draw_path(self, renderer, gc, tpath, affine, rgbFace):
174
renderer.draw_path(gc, tpath, affine, rgbFace)
175
176
withEffect.__name__ = f"with{effect_class.__name__}"
177
+ withEffect.__qualname__ = f"with{effect_class.__name__}"
178
withEffect.__doc__ = f"""
179
A shortcut PathEffect for applying `.{effect_class.__name__}` and then
180
drawing the original Artist.
0 commit comments