Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 27, 2024
1 parent ac933e1 commit f2bc839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deskew/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def fill_polar(
limits: list[tuple[float, float]],
half: bool = False,
) -> None:
axe.scatter(freqs.keys(), freqs.values())
axe.scatter(list(freqs.keys()), list(freqs.values()))
axe.set_theta_zero_location("N")
axe.grid(True)
if half:
Expand Down

0 comments on commit f2bc839

Please sign in to comment.