Skip to content

Commit

Permalink
Has to be this way now, apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 23, 2023
1 parent 45b3403 commit 758231c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/plot-bench.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3

from cycler import cycler
import sys
import argparse
import matplotlib.pyplot as plt # type: ignore
Expand Down Expand Up @@ -650,7 +651,7 @@ def main() -> None:
"axes.edgecolor": "black",
"axes.axisbelow": True,
"text.usetex": False,
"axes.prop_cycle": matplotlib.cycler(color=["#5f021f"]),
"axes.prop_cycle": cycler(color=["#5f021f"]),
}
)

Expand Down

0 comments on commit 758231c

Please sign in to comment.