We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f1c7c commit 658cdf6Copy full SHA for 658cdf6
pandas/core/groupby/groupby.py
@@ -431,7 +431,7 @@ def __init__(self, groupby: GroupBy) -> None:
431
self._groupby = groupby
432
433
def __call__(self, *args, **kwargs):
434
- # Special case for scatter plots to enable automatic colors, similar to line plots
+ # Special case for scatter plots to enable auto colors like line plots
435
if kwargs.get("kind") == "scatter":
436
import matplotlib.pyplot as plt
437
0 commit comments