Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions seaborn/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1529,8 +1529,8 @@ def infer_orient(x=None, y=None, orient=None, require_numeric=True):
variable. Practically, this is used when determining the axis for
numerical aggregation.

Paramters
---------
Parameters
----------
x, y : Vector data or None
Positional data vectors for the plot.
orient : string or None
Expand Down
2 changes: 1 addition & 1 deletion seaborn/axisgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ def plot(self, joint_func, marginal_func, **kwargs):

Parameters
----------
joint_func, marginal_func: callables
joint_func, marginal_func : callables
Functions to draw the bivariate and univariate plots. See methods
referenced above for information about the required characteristics
of these functions.
Expand Down
3 changes: 0 additions & 3 deletions seaborn/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,9 +972,6 @@ def standard_scale(data2d, axis=1):
axis : int
Which axis to normalize across. If 0, normalize across rows, if 1,
normalize across columns.
vmin : int
If 0, then subtract the minimum of the data before dividing by
the range.

Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion seaborn/palettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def color_palette(palette=None, n_colors=None, desat=None, as_cmap=False):

Parameters
----------
palette: None, string, or sequence, optional
palette : None, string, or sequence, optional
Name of palette or None to return current palette. If a sequence, input
colors are used but possibly cycled and desaturated.
n_colors : int, optional
Expand Down
2 changes: 1 addition & 1 deletion seaborn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def ci_to_errsize(cis, heights):

Parameters
----------
cis: 2 x n sequence
cis : 2 x n sequence
sequence of confidence interval limits
heights : n sequence
sequence of plot heights
Expand Down