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 608e85f commit 894bed9Copy full SHA for 894bed9
lib/matplotlib/markers.py
@@ -82,6 +82,13 @@
82
plt.plot([1, 2, 3], marker=11)
83
plt.plot([1, 2, 3], marker=matplotlib.markers.CARETDOWNBASE)
84
85
+Markers have some reasonable default settings for join and cap styles.
86
+However, those can be overriden when creating a new instance of MarkerStyle.
87
+Furthermore, the marker shape can be modified by supplying
88
+`~matplotlib .transforms.Transform` during creation.
89
+Some markers are created as internally rotated shapes (e.g. triangles).
90
+For such cases, both internal and user supplied transforms are combined.
91
+
92
Examples showing the use of markers:
93
94
* :doc:`/gallery/lines_bars_and_markers/marker_reference`
0 commit comments