diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 0522e113d6525..fe10d4e312a1e 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -2987,7 +2987,10 @@ def _get_numeric_subset_default(self): name="background", alt="text", image_prefix="bg", - text_threshold="", + text_threshold="""text_color_threshold : float or int\n + Luminance threshold for determining text color in [0, 1]. Facilitates text\n + visibility across varying background colors. All text is dark if 0, and\n + light if 1, defaults to 0.408.""", ) @Substitution(subset=subset) def background_gradient( @@ -3026,11 +3029,7 @@ def background_gradient( (``axis=1`` or ``'columns'``), or to the entire DataFrame at once with ``axis=None``. %(subset)s - text_color_threshold : float or int - {text_threshold} - Luminance threshold for determining text color in [0, 1]. Facilitates text - visibility across varying background colors. All text is dark if 0, and - light if 1, defaults to 0.408. + {text_threshold} vmin : float, optional Minimum data value that corresponds to colormap minimum value. If not specified the minimum value of the data (or gmap) will be used. @@ -3147,7 +3146,7 @@ def background_gradient( name="text", alt="background", image_prefix="tg", - text_threshold="This argument is ignored (only used in `background_gradient`).", + text_threshold="", ) def text_gradient( self,