Spaces:
Build error
Build error
fix: Fix legends for plot
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ def draw_interactive_scatter_plot(
|
|
111 |
p.ygrid.grid_line_dash = "dashed"
|
112 |
# p.xgrid.grid_line_color = None
|
113 |
# p.ygrid.grid_line_color = None
|
114 |
-
p.toolbar.logo = None
|
115 |
-
p.legend.location = "
|
116 |
p.legend.title = "Topics ID"
|
117 |
p.legend.background_fill_alpha = 0.2
|
118 |
|
|
|
111 |
p.ygrid.grid_line_dash = "dashed"
|
112 |
# p.xgrid.grid_line_color = None
|
113 |
# p.ygrid.grid_line_color = None
|
114 |
+
# p.toolbar.logo = None
|
115 |
+
p.legend.location = "bottom_right"
|
116 |
p.legend.title = "Topics ID"
|
117 |
p.legend.background_fill_alpha = 0.2
|
118 |
|