We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af0b4a commit a8d1436Copy full SHA for a8d1436
pandas/plotting/_core.py
@@ -422,7 +422,9 @@ def hist_frame(
422
- A sequence of color strings referred to by name, RGB or RGBA
423
code, which will be used for each column recursively. For
424
instance ['green','yellow'] each column's %(kind)s will be filled in
425
- green or yellow, alternatively.
+ green or yellow, alternatively. If there is only a single column to
426
+ be plotted, then only the first color from the color list will be
427
+ used.
428
429
- A dict of the form {column name : color}, so that each column will be
430
colored accordingly. For example, if your columns are called `a` and
0 commit comments