Skip to content

Commit

Permalink
Revert "fix[microbenchmark]: compatible plotting libraries"
Browse files Browse the repository at this point in the history
This reverts commit 10fa4bc.
  • Loading branch information
lukasrothenberger committed Sep 22, 2023
1 parent 4b0f18c commit 31b2150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy as np
import matplotlib # type: ignore

matplotlib.use("TkAgg")
matplotlib.use("Agg")
from matplotlib import cm # type: ignore
from matplotlib import pyplot as plt # type: ignore
from matplotlib.ticker import LinearLocator # type: ignore
Expand Down

0 comments on commit 31b2150

Please sign in to comment.