rm sans-serif from CM plot

This commit is contained in:
kirilllzaitsev 2023-07-19 23:07:28 +02:00
parent abbc0e44b0
commit 8df5c5b0c4
1 changed files with 0 additions and 3 deletions

View File

@ -264,9 +264,6 @@ class ConfusionMatrix:
figsize: size of the plot.
"""
matplotlib.rcParams["font.family"] = "sans-serif"
matplotlib.rcParams["font.sans-serif"] = ["Verdana"]
array = self.matrix.copy()
if do_normalize: