Spaces:
Build error
Build error
feat: Add alpha to legend to avoid overlapping of data points
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ def draw_interactive_scatter_plot(
|
|
68 |
p.toolbar.logo = None
|
69 |
p.legend.location = "top_left"
|
70 |
p.legend.title = "Topics ID"
|
|
|
71 |
|
72 |
disclaimer = Label(x=0, y=0, x_units="screen", y_units="screen",
|
73 |
text_font_size="14px", text_color="gray",
|
|
|
68 |
p.toolbar.logo = None
|
69 |
p.legend.location = "top_left"
|
70 |
p.legend.title = "Topics ID"
|
71 |
+
p.legend.background_fill_alpha = 0.2
|
72 |
|
73 |
disclaimer = Label(x=0, y=0, x_units="screen", y_units="screen",
|
74 |
text_font_size="14px", text_color="gray",
|