Commit
Β·
6834747
1
Parent(s):
7e33624
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def plot_volatility_bands(ticker, reference_year):
|
|
47 |
template = 'seaborn',
|
48 |
plot_bgcolor = '#F6F5F5',
|
49 |
paper_bgcolor = '#F6F5F5',
|
50 |
-
height =
|
51 |
showlegend=False,
|
52 |
xaxis_rangeslider_visible = False)
|
53 |
|
|
|
47 |
template = 'seaborn',
|
48 |
plot_bgcolor = '#F6F5F5',
|
49 |
paper_bgcolor = '#F6F5F5',
|
50 |
+
height = 450, width = 650,
|
51 |
showlegend=False,
|
52 |
xaxis_rangeslider_visible = False)
|
53 |
|