Skip to content

Commit b06c5b7

Browse files
committed
add small explanation
1 parent 4819692 commit b06c5b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

galleries/users_explain/axes/legend_guide.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@
264264

265265
# %%
266266
# 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
267+
# 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
268270
# ``type(line1)``. Notice how now both `.Line2D` instances get 4 markers.
269271
#
270272
# Along with handlers for complex plot types such as errorbars, stem plots

0 commit comments

Comments
 (0)