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 4819692 commit b06c5b7Copy full SHA for b06c5b7
galleries/users_explain/axes/legend_guide.py
@@ -264,7 +264,9 @@
264
265
# %%
266
# As you can see, "Line 1" now has 4 marker points, where "Line 2" has 2 (the
267
-# default). Try the above code, only change the map's key from ``line1`` to
+# default). We have also increased the length of the handles with the
268
+# ``handlelength`` keyword to fit the larger legend entry.
269
+# Try the above code, only change the map's key from ``line1`` to
270
# ``type(line1)``. Notice how now both `.Line2D` instances get 4 markers.
271
#
272
# Along with handlers for complex plot types such as errorbars, stem plots
0 commit comments