wilmerags commited on
Commit
01060c2
·
1 Parent(s): 51f54ce

fix: Fix placement of legend

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def draw_interactive_scatter_plot(
115
  # p.ygrid.grid_line_color = None
116
  p.toolbar.logo = None
117
 
118
- p.legend.location = "right"
119
  p.legend.title = "Topics ID"
120
  p.legend.background_fill_alpha = 0.25
121
 
 
115
  # p.ygrid.grid_line_color = None
116
  p.toolbar.logo = None
117
 
118
+ p.legend.location = "bottom_right"
119
  p.legend.title = "Topics ID"
120
  p.legend.background_fill_alpha = 0.25
121