rm sans-serif from CM plot
This commit is contained in:
parent
abbc0e44b0
commit
8df5c5b0c4
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue