anaucoin commited on
Commit
2fdfb25
·
1 Parent(s): 0526aae

center logo auto

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -445,6 +445,7 @@ def runapp() -> None:
445
  yref="paper",
446
  x = 0.1,
447
  y = 1,
 
448
  sizex= 1,
449
  sizey= 1,
450
  opacity=0.5,
@@ -464,8 +465,8 @@ def runapp() -> None:
464
  showgrid=False
465
  ),
466
  legend=dict(
467
- x=.85,
468
- y=0.15,
469
  traceorder="normal"
470
  ),
471
  plot_bgcolor = 'rgba(10, 10, 10, 1)'
 
445
  yref="paper",
446
  x = 0.1,
447
  y = 1,
448
+ xanchor ="left", yanchor = "top",
449
  sizex= 1,
450
  sizey= 1,
451
  opacity=0.5,
 
465
  showgrid=False
466
  ),
467
  legend=dict(
468
+ x=.05,
469
+ y=0.95,
470
  traceorder="normal"
471
  ),
472
  plot_bgcolor = 'rgba(10, 10, 10, 1)'