Skip to content

Commit

Permalink
Update src/qcodes/dataset/plotting.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Hedegaard Nielsen <jenshnielsen@gmail.com>
  • Loading branch information
harrietoxinst and jenshnielsen authored Mar 6, 2025
1 parent c7957c2 commit d66fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcodes/dataset/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def plot_dataset(
cutoff_percentile: tuple[float, float] | float | None = None,
complex_plot_type: Literal["real_and_imag", "mag_and_phase"] = "real_and_imag",
complex_plot_phase: Literal["radians", "degrees"] = "radians",
parameters: list[str] | str | None = None,
parameters: Sequence[str] | str | None = None,
**kwargs: Any,
) -> AxesTupleList:
"""
Expand Down

0 comments on commit d66fa08

Please sign in to comment.