fiddle with plots
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def get_plot(model_name, plot_eager, generate_type):
|
|
149 |
if plot_eager == "No":
|
150 |
df = df[df["framework"] != "TF (Eager Execition)"]
|
151 |
|
152 |
-
plt.figure(figsize=(
|
153 |
g = sns.catplot(
|
154 |
data=df,
|
155 |
kind="bar",
|
|
|
149 |
if plot_eager == "No":
|
150 |
df = df[df["framework"] != "TF (Eager Execition)"]
|
151 |
|
152 |
+
plt.figure(figsize=(200 / FIG_DPI, 200 / FIG_DPI))
|
153 |
g = sns.catplot(
|
154 |
data=df,
|
155 |
kind="bar",
|