We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9980b6 commit a047fb6Copy full SHA for a047fb6
pandas/plotting/_misc.py
@@ -293,7 +293,7 @@ def andrews_curves(
293
Number of points to plot in each curve.
294
color : str, list[str] or tuple[str], optional
295
Colors to use for the different classes. Colors can be strings
296
- or 3-element floating point RBG values.
+ or 3-element floating point RGB values.
297
colormap : str or matplotlib colormap object, default None
298
Colormap to select colors from. If a string, load colormap with that
299
name from matplotlib.
0 commit comments