Skip to content

Commit

Permalink
document kwargs for some plotting functions
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Apr 22, 2024
1 parent a210f63 commit 61dd6f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/palantir/plot.py
Expand Up @@ -1106,6 +1106,8 @@ def plot_stats(
Axes.locator_params method is used for setting this property. Default is 3.
figsize : Tuple[float, float], optional
Width and height of each subplot in inches. Default is (12, 4).
**kwargs
Additional keyword arguments passed to `ax.scatter`.
Returns
-------
Expand Down Expand Up @@ -1324,6 +1326,8 @@ def plot_branch(
Axes.locator_params method is used for setting this property. Default is 3.
figsize : Tuple[float, float], optional
Width and height of each subplot in inches. Default is (12, 4).
**kwargs
Additional keyword arguments passed to `ax.scatter`.
Returns
-------
Expand Down Expand Up @@ -1478,6 +1482,8 @@ def plot_trend(
Axes.locator_params method is used for setting this property. Default is 3.
figsize : Tuple[float, float], optional
Width and height of each subplot in inches. Default is (12, 4).
**kwargs
Additional keyword arguments passed to `ax.scatter`.
Returns
-------
Expand Down

0 comments on commit 61dd6f7

Please sign in to comment.