Spaces:
Running
Running
openhands commited on
Commit ·
0750050
1
Parent(s): b6f00ad
Change plot fonts from Outfit to Arial
Browse files
leaderboard_transformer.py
CHANGED
|
@@ -55,7 +55,7 @@ URL_ANNOTATION = dict(
|
|
| 55 |
yanchor="bottom",
|
| 56 |
showarrow=False,
|
| 57 |
font=dict(
|
| 58 |
-
family="
|
| 59 |
size=14,
|
| 60 |
color="#82889B", # neutral-400
|
| 61 |
),
|
|
@@ -785,7 +785,7 @@ def _plot_scatter_plotly(
|
|
| 785 |
font=dict(
|
| 786 |
size=10,
|
| 787 |
color='#0D0D0F', # neutral-950
|
| 788 |
-
family='
|
| 789 |
),
|
| 790 |
xanchor='center',
|
| 791 |
yanchor='bottom'
|
|
@@ -816,13 +816,13 @@ def _plot_scatter_plotly(
|
|
| 816 |
),
|
| 817 |
height=572,
|
| 818 |
font=dict(
|
| 819 |
-
family="
|
| 820 |
color="#0D0D0F", # neutral-950
|
| 821 |
),
|
| 822 |
hoverlabel=dict(
|
| 823 |
bgcolor="#222328", # neutral-800
|
| 824 |
font_size=12,
|
| 825 |
-
font_family="
|
| 826 |
font_color="#F7F8FB", # neutral-50
|
| 827 |
),
|
| 828 |
# Add margin at bottom for logo and URL
|
|
|
|
| 55 |
yanchor="bottom",
|
| 56 |
showarrow=False,
|
| 57 |
font=dict(
|
| 58 |
+
family="Arial, sans-serif",
|
| 59 |
size=14,
|
| 60 |
color="#82889B", # neutral-400
|
| 61 |
),
|
|
|
|
| 785 |
font=dict(
|
| 786 |
size=10,
|
| 787 |
color='#0D0D0F', # neutral-950
|
| 788 |
+
family='Arial'
|
| 789 |
),
|
| 790 |
xanchor='center',
|
| 791 |
yanchor='bottom'
|
|
|
|
| 816 |
),
|
| 817 |
height=572,
|
| 818 |
font=dict(
|
| 819 |
+
family="Arial, sans-serif",
|
| 820 |
color="#0D0D0F", # neutral-950
|
| 821 |
),
|
| 822 |
hoverlabel=dict(
|
| 823 |
bgcolor="#222328", # neutral-800
|
| 824 |
font_size=12,
|
| 825 |
+
font_family="Arial",
|
| 826 |
font_color="#F7F8FB", # neutral-50
|
| 827 |
),
|
| 828 |
# Add margin at bottom for logo and URL
|