lpnguyen commited on
Commit
05365ff
1 Parent(s): 4648db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ with col2:
29
 
30
  col3, col4 = st.columns(2, gap="large")
31
  with col3:
32
- st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D, zm, (-2.9, 2.9)))
33
  with col4:
34
  st.plotly_chart(plot_PIP(zlist, invasion_fitness, alpha))
35
 
@@ -54,6 +54,6 @@ inv_fitness3D2 = invasion_fitness2(X, Y, pars=(alpha, beta))
54
 
55
  col7, col8 = st.columns(2, gap="large")
56
  with col7:
57
- st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D2, zm, (-0.2, 0.2)))
58
  with col8:
59
  st.plotly_chart(plot_PIP(zlist, invasion_fitness2, (alpha, beta)))
 
29
 
30
  col3, col4 = st.columns(2, gap="large")
31
  with col3:
32
+ st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D, zm, (-4.1, 4.1)))
33
  with col4:
34
  st.plotly_chart(plot_PIP(zlist, invasion_fitness, alpha))
35
 
 
54
 
55
  col7, col8 = st.columns(2, gap="large")
56
  with col7:
57
+ st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D2, zm, (-2.2, 2.2)))
58
  with col8:
59
  st.plotly_chart(plot_PIP(zlist, invasion_fitness2, (alpha, beta)))