@@ -214,7 +214,7 @@ def radviz(
214
214
215
215
Returns
216
216
-------
217
- class:`matplotlib.axes.Axes`
217
+ : class:`matplotlib.axes.Axes`
218
218
219
219
See Also
220
220
--------
@@ -274,12 +274,13 @@ def andrews_curves(
274
274
275
275
Andrews curves have the functional form:
276
276
277
- f(t) = x_1/sqrt(2) + x_2 sin(t) + x_3 cos(t) +
278
- x_4 sin(2t) + x_5 cos(2t) + ...
277
+ .. math::
278
+ f(t) = \\ frac{x_1}{\\ sqrt{2}} + x_2 \\ sin(t) + x_3 \\ cos(t) +
279
+ x_4 \\ sin(2t) + x_5 \\ cos(2t) + \\ cdots
279
280
280
- Where x coefficients correspond to the values of each dimension and t is
281
- linearly spaced between -pi and +pi. Each row of frame then corresponds to
282
- a single curve.
281
+ Where :math:`x` coefficients correspond to the values of each dimension
282
+ and :math:`t` is linearly spaced between :math:`- \\ pi` and :math:`+ \\ pi`.
283
+ Each row of frame then corresponds to a single curve.
283
284
284
285
Parameters
285
286
----------
@@ -302,7 +303,7 @@ def andrews_curves(
302
303
303
304
Returns
304
305
-------
305
- class:`matplotlip.axis .Axes`
306
+ : class:`matplotlib.axes .Axes`
306
307
307
308
Examples
308
309
--------
@@ -369,8 +370,8 @@ def bootstrap_plot(
369
370
370
371
See Also
371
372
--------
372
- DataFrame.plot : Basic plotting for DataFrame objects.
373
- Series.plot : Basic plotting for Series objects.
373
+ pandas. DataFrame.plot : Basic plotting for DataFrame objects.
374
+ pandas. Series.plot : Basic plotting for Series objects.
374
375
375
376
Examples
376
377
--------
@@ -434,7 +435,7 @@ def parallel_coordinates(
434
435
435
436
Returns
436
437
-------
437
- matplotlib.axis .Axes
438
+ matplotlib.axes .Axes
438
439
439
440
Examples
440
441
--------
@@ -485,7 +486,7 @@ def lag_plot(series: Series, lag: int = 1, ax: Axes | None = None, **kwds) -> Ax
485
486
486
487
Returns
487
488
-------
488
- matplotlib.axis .Axes
489
+ matplotlib.axes .Axes
489
490
490
491
Examples
491
492
--------
@@ -529,7 +530,7 @@ def autocorrelation_plot(series: Series, ax: Axes | None = None, **kwargs) -> Ax
529
530
530
531
Returns
531
532
-------
532
- matplotlib.axis .Axes
533
+ matplotlib.axes .Axes
533
534
534
535
Examples
535
536
--------
0 commit comments