Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Aug 20, 2021
1 parent d11b085 commit 70c0ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ititer/ititer.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ def plot_sample(
sample: Hashable,
points: bool = True,
mean: bool = False,
scatter_kwds=None,
line_kwds=None,
scatter_kwds: dict = None,
line_kwds: dict = None,
step: int = 1000,
match_point_color_to_line_color: bool = False,
xmin: Real = None,
Expand Down

0 comments on commit 70c0ce1

Please sign in to comment.