Commit fe8c4ca3 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Don't set font globally.

parent 52eaf71d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ def _plot_critical_regions(hdb):
    """
    plot regions, sorted by latency criticality
    """
    plt.rcParams["font.family"] = "serif"
    relevant = sorted([x for x in hdb if x['Correlation'] > 0], key=lambda x: -x['Correlation'], reverse=True)
    x = np.arange(len(relevant))