publiplots.HandlerLineMarker¶
- class publiplots.HandlerLineMarker(**kwargs)[source]¶
Legend handler for line+marker combinations (pointplot, lineplot, etc.).
Draws a horizontal line with a marker on top using double-layer styling (transparent fill + opaque edge). This handler is designed for plots that show both lines and markers (e.g., pointplot, lineplot with markers).
Methods
__init__(**kwargs)adjust_drawing_area(legend, orig_handle, ...)create_artists(legend, orig_handle, ...)Create the legend line+marker artists.
legend_artist(legend, orig_handle, fontsize, ...)Return the artist that this HandlerBase generates for the given original artist/handle.
update_prop(legend_handle, orig_handle, legend)