Skip to content

Commit

Permalink
🎨 format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jun 1, 2024
1 parent 2b5b098 commit 2cb9aa5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/move/visualization/dataset_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,16 @@ def plot_cumulative_distributions(


def plot_correlations(
x: FloatArray,
y: FloatArray,
x_pol: FloatArray,
y_pol: FloatArray,
a2: float,
a1: float,
a: float,
k: int,
style: str = DEFAULT_PLOT_STYLE) -> matplotlib.figure.Figure:
x: FloatArray,
y: FloatArray,
x_pol: FloatArray,
y_pol: FloatArray,
a2: float,
a1: float,
a: float,
k: int,
style: str = DEFAULT_PLOT_STYLE,
) -> matplotlib.figure.Figure:
"""
Plot y vs x and the corresponding polynomial fit.
"""
Expand Down

0 comments on commit 2cb9aa5

Please sign in to comment.