From a6fbd03f390e3567704812988e79652d5c98ea69 Mon Sep 17 00:00:00 2001 From: partev Date: Thu, 8 Dec 2022 22:55:02 -0500 Subject: [PATCH] DOC: fix a typo: "RBG" -> "RGB" --- pandas/plotting/_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/plotting/_misc.py b/pandas/plotting/_misc.py index b2090fa33fe88..a967126e570c2 100644 --- a/pandas/plotting/_misc.py +++ b/pandas/plotting/_misc.py @@ -293,7 +293,7 @@ def andrews_curves( Number of points to plot in each curve. color : str, list[str] or tuple[str], optional Colors to use for the different classes. Colors can be strings - or 3-element floating point RBG values. + or 3-element floating point RGB values. colormap : str or matplotlib colormap object, default None Colormap to select colors from. If a string, load colormap with that name from matplotlib.