joaogante HF staff commited on
Commit
95d1492
·
1 Parent(s): 80d0d7f

fiddle with plots

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(500 / FIG_DPI, 500 / FIG_DPI))
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",