Small changes
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def barplot_mean_few_minus_zero_shot(dataframe, tasks=None):
|
|
| 102 |
yaxis_title="Mean Delta Combined Performance",
|
| 103 |
template="plotly_white",
|
| 104 |
font=dict(family="Arial", size=13),
|
| 105 |
-
margin=dict(b=100)
|
| 106 |
)
|
| 107 |
|
| 108 |
fig.add_annotation(
|
|
@@ -184,7 +184,7 @@ def boxplot_per_task(dataframe=None, baselines=None):
|
|
| 184 |
boxmode="group",
|
| 185 |
dragmode=False,
|
| 186 |
font=dict(family="Arial", size=10),
|
| 187 |
-
margin=dict(b=
|
| 188 |
)
|
| 189 |
|
| 190 |
fig.add_annotation(
|
|
@@ -193,7 +193,7 @@ def boxplot_per_task(dataframe=None, baselines=None):
|
|
| 193 |
"methods at EVALITA (dashed line); in NER and REL they remain much lower. "
|
| 194 |
),
|
| 195 |
xref="paper", yref="paper",
|
| 196 |
-
x=0.5, y=-0.
|
| 197 |
showarrow=False,
|
| 198 |
font=dict(size=12, color="gray"),
|
| 199 |
align="left"
|
|
|
|
| 102 |
yaxis_title="Mean Delta Combined Performance",
|
| 103 |
template="plotly_white",
|
| 104 |
font=dict(family="Arial", size=13),
|
| 105 |
+
#margin=dict(b=100)
|
| 106 |
)
|
| 107 |
|
| 108 |
fig.add_annotation(
|
|
|
|
| 184 |
boxmode="group",
|
| 185 |
dragmode=False,
|
| 186 |
font=dict(family="Arial", size=10),
|
| 187 |
+
margin=dict(b=150),
|
| 188 |
)
|
| 189 |
|
| 190 |
fig.add_annotation(
|
|
|
|
| 193 |
"methods at EVALITA (dashed line); in NER and REL they remain much lower. "
|
| 194 |
),
|
| 195 |
xref="paper", yref="paper",
|
| 196 |
+
x=0.5, y=-0.40,
|
| 197 |
showarrow=False,
|
| 198 |
font=dict(size=12, color="gray"),
|
| 199 |
align="left"
|