Closed hguturu closed 1 week ago
Thanks for the suggestion. It's unlikely that this will be added any point soon, but the objects interface provides a much wider range of mappable properties.
Can you clarify the object interface? That would involve manual modification of the the plot similar to using matplotlib objects directly?
Oh interesting. I wasn't aware of this, this is similar to the plotly object interface. Thanks.
Currently,
relplot
hasstyle
parameter that provides an additional way to "facet" the data beyond col, row and hue usinglinestyle
. It would be nice if this was extended to the other figure plot types. This would also lead to a more consistent API across the different facet grid plots.displot
- kdeplot and ecdfplot would changelinestyle
, histplot would change patchhatching
.catplot
- stripplot, swarmplot would changelinestyle
; boxplot, violinplot, boxenplot, barplot and countplot would changehatching
, pointplot would changelinestyle
andmarker
lmplot
- would changemarker
andlinestyle
References for supporting in underlying matplotlib. https://matplotlib.org/stable/gallery/lines_bars_and_markers/linestyles.html https://matplotlib.org/stable/gallery/lines_bars_and_markers/marker_reference.html https://matplotlib.org/stable/gallery/shapes_and_collections/hatch_style_reference.html