tx3bas commited on
Commit
8a0fb57
·
verified ·
1 Parent(s): 0a3735a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ else:
123
  width=graph_width,
124
  height=graph_height,
125
  margin=dict(l=60, r=40, t=100, b=40),
126
- xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
127
- yaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
128
  font=dict(family=font_family, size=18, color="black"),
129
  showlegend=show_legend,
130
  legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)
 
123
  width=graph_width,
124
  height=graph_height,
125
  margin=dict(l=60, r=40, t=100, b=40),
126
+ xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
127
+ yaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
128
  font=dict(family=font_family, size=18, color="black"),
129
  showlegend=show_legend,
130
  legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)