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 97785f2 + 89259ba commit c54a5a9Copy full SHA for c54a5a9
1 file changed
tutorials/advanced/patheffects_guide.py
@@ -98,7 +98,7 @@
98
# class with the original path. The keywords to this effect are identical to
99
# those of `.patches.PathPatch`:
100
101
-fig = plt.figure(figsize=(8, 1))
+fig = plt.figure(figsize=(8.5, 1))
102
t = fig.text(0.02, 0.5, 'Hatch shadow', fontsize=75, weight=1000, va='center')
103
t.set_path_effects([
104
path_effects.PathPatchEffect(
0 commit comments