seaborn
seaborn copied to clipboard
Outstanding categorical work
- [x] Fix the
dataobject attached to theFacetGridreturned fromcatplot(#3494) - [x] Add a
log_scaleparameter (#3445) - [ ] Reduce some of the redundancy in the
*plotfunction bodies (e.g. setting the categorical scale) - [x] Improve the legend artist to reflect
filland ideally otherkwargs(#3467) - [ ] Update the
catplotunit tests - [x] Change
"gray"specialedgecolorvalue to"auto"(#3460) - [ ] Sync default kwargs between
catplotand axes-level functions better by inspecting signatures?
The open items are internal cleanup and can be postponed to v0.13.1 to accelerate release.