From a3680e815828c33e135ae5b69b00b4d869be709d Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:53:39 -0400 Subject: [PATCH] Add What's New entry. --- doc/whatsnew/v0.12.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/whatsnew/v0.12.0.rst b/doc/whatsnew/v0.12.0.rst index 07c98fa907..b1435a6cbd 100644 --- a/doc/whatsnew/v0.12.0.rst +++ b/doc/whatsnew/v0.12.0.rst @@ -62,6 +62,8 @@ Other updates - |Feature| Made it easier to customize :class:`FacetGrid` / :class:`PairGrid` / :class:`JointGrid` with a fluent (method-chained) style by adding `apply`/ `pipe` methods. Additionally, fixed the `tight_layout` and `refline` methods so that they return `self` (:pr:`2926`). +- |Feature| Added :meth:`FacetGrid.tick_params` and :meth:`PairGrid.tick_params` to customize the appearance of the ticks, tick labels, and gridlines of all subplots at once (:pr:`2944`). + - |Enhancement| Added a `width` parameter to :func:`barplot` (:pr:`2860`). - |Enhancement| It is now possible to specify `estimator` as a string in :func:`barplot` and :func:`pointplot`, in addition to a callable (:pr:`2866`).