From 71f026c06a58cc0b38648a4bcdb4606fd5be2d31 Mon Sep 17 00:00:00 2001 From: ghiffaryr Date: Tue, 10 May 2022 21:18:45 +0700 Subject: [PATCH] Full_Documentation.ipynb: Update! --- doc/Full_Documentation.ipynb | 192 +++++++++++++++++------------------ 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/doc/Full_Documentation.ipynb b/doc/Full_Documentation.ipynb index d39cbb6..183dbb6 100644 --- a/doc/Full_Documentation.ipynb +++ b/doc/Full_Documentation.ipynb @@ -158,28 +158,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -200,14 +200,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -684,28 +684,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -726,14 +726,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -1264,28 +1264,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -1306,14 +1306,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -1854,14 +1854,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -1896,14 +1896,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -2417,14 +2417,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -2459,14 +2459,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -2853,14 +2853,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -2895,14 +2895,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -3293,14 +3293,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -3335,14 +3335,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -3593,14 +3593,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -3635,14 +3635,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -3830,14 +3830,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -3872,14 +3872,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -4048,14 +4048,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -4090,14 +4090,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -4554,14 +4554,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -4596,14 +4596,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -5053,14 +5053,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -5095,14 +5095,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -5521,14 +5521,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -5563,14 +5563,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -5993,14 +5993,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -6035,14 +6035,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -6450,14 +6450,14 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", @@ -6492,14 +6492,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -6963,28 +6963,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -7005,14 +7005,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -7498,28 +7498,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -7540,14 +7540,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -7939,28 +7939,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -7981,14 +7981,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -8446,28 +8446,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -8488,14 +8488,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", @@ -8995,28 +8995,28 @@ "Input data structure.\n", "
\n", "
\n", - "x: str, list, or None, default: None\n", + "x: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the x axes.\n", "
\n", "
\n", - "y: str, list, or None, default: None\n", + "y: str, list, numpy.ndarray, pandas.core.indexes.base.Index, or None, default: None\n", "
\n", "ordinary argument with the return is key or list-keys in df\n", "
\n", "Variables that specify positions on the y axes.\n", "
\n", "
\n", - "Nx: int or None, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", + "Nx: int, default: Nx = max(max_Nx, max_Ny) if max(max_Nx, max_Ny) <= 2 else 2\n", "
\n", "ordinary argument\n", "
\n", "Figure columns.\n", "
\n", "
\n", - "Ny: int or None, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", + "Ny: int, default: Ny = 1 if max(max_Nx, max_Ny) <= 2 else ceil(max(max_Nx, max_Ny)/2)\n", "
\n", "ordinary argument\n", "
\n", @@ -9037,14 +9037,14 @@ "Padding between the figure edge and the edges of subplots, as a fraction of the font size.\n", "
\n", "
\n", - "hpad: float or None, default: pad\n", + "hpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n", "Padding height between edges of adjacent subplots, as a fraction of the font size.\n", "
\n", "
\n", - "wpad: float or None, default: pad\n", + "wpad: float, default: pad\n", "
\n", "ordinary argument\n", "
\n",