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.
1 parent b42d6d9 commit b89936cCopy full SHA for b89936c
1 file changed
lib/matplotlib/markers.py
@@ -345,6 +345,7 @@ def _set_tuple_marker(self):
345
self._joinstyle = 'bevel'
346
else:
347
raise ValueError(f"Unexpected tuple marker: {marker}")
348
+ self._transform = Affine2D().scale(0.5).rotate_deg(rotation)
349
350
def _set_mathtext_path(self):
351
"""
0 commit comments