You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve consistency of naming internal functions (#6072)
* rename `validate_facets()` to `check_facets()`
* write prevalidation/postvalidation as checks
* more responsibility for `check_nondata_cols()`
* `check_subclass()` is actually validator
* path checker is validator
* plot_dev is a validator
* `check_breaks_labels()` has no return value
* make `check_scale_type()` consistent
* `validate_theme/element()` is a check
* update labeller deprecation message
* `check_labeller()` performs an update
* `check_linewidth()` performs an update
* `check_polar_guide()` is validator
* `update_labeller()` -> `fix_labeller()`
* `update_linewidth()` -> `fix_linewidth()`
* `check_facet_class()` --> `check_vars()`
0 commit comments