Skip to content

Commit

Permalink
Update plotting_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PointlessUser committed Aug 14, 2024
1 parent 6d26dbb commit ed29b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mecsimcalc/file_utils/plotting_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def animate_plot(
x: np.ndarray,
y: np.ndarray,
duration: float = 3,
fps: float = None,
fps: float = 15,
x_label: str = "x",
y_label: str = "y",
title: str = "y = f(x)",
Expand Down Expand Up @@ -294,6 +294,7 @@ def plot_slider(
f_x: Callable[[float, np.ndarray], np.ndarray],
x_range: Tuple[float, float],
y_range: Tuple[float, float] = None,
title: str = "",
x_label: str = "x",
y_label: str = "y",
num_points: int = 250,
Expand Down

0 comments on commit ed29b45

Please sign in to comment.