We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a99cf2 commit 3de151fCopy full SHA for 3de151f
src/viz.py
@@ -9,6 +9,8 @@
9
import matplotlib.pyplot as plt
10
from scipy.interpolate import RBFInterpolator
11
12
+plt.rcParams['font.family'] = 'sans-serif'
13
+plt.rcParams['font.sans-serif'] = 'Inter Tight'
14
15
# -----------------------------------------------------------------------------
16
# Helper utilities copied from the notebook
@@ -30,9 +32,6 @@ def _parse(vstr):
30
32
# Plotting functions
31
33
34
-
35
36
def plot_performance(
37
unique_started: pd.DataFrame,
38
unique_success: pd.DataFrame,
0 commit comments