Skip to content

Commit 6f14b5d

Browse files
committed
DOC: Small corrections
1 parent 4b6a625 commit 6f14b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/plotting/_misc.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def andrews_curves(
291291
Axes to use.
292292
samples : int
293293
Number of points to plot in each curve.
294-
color : {str, list, tuple}, optional
294+
color : str, list[str] or tuple[str], optional
295295
Colors to use for the different classes. Colors can be strings
296296
or 3-element floating point RBG values.
297297
colormap : str or matplotlib colormap object, default None
@@ -476,8 +476,8 @@ def lag_plot(series: Series, lag: int = 1, ax: Axes | None = None, **kwds) -> Ax
476476
----------
477477
series : Series
478478
The time series to visualize.
479-
lag : int, optional
480-
Lag length of the scatter plot, default 1.
479+
lag : int, default 1
480+
Lag length of the scatter plot.
481481
ax : Matplotlib axis object, optional
482482
The matplotlib axis object to use.
483483
**kwds

0 commit comments

Comments
 (0)