Closed rickecon closed 7 years ago
@rickecon Sounds great! Would you also like the 2D version of the surface included in this?
@hayleefay . PR #11 looks great. The only remaining difficulties that I see are with the top 3D plot. The vertical scale and the axis do not adjust when you change among B, C, and N. Also, let's see if we can label the buttons for the top 3D plot b(j,s,t)
, c(j,s,t)
, and n(j,s,t)
.
After that, I think it would be nice to see how a 2D version of the top plot looks.
This issue is essentially done with PR #12.
@hayleefay . You are in charge of this visualization. We want to use Bokeh and the
surf3Dtime
directory to make a 3D surface plot of one of the household distributions (c_{j,s,t}
,n_{j,s,t}
,b_{j,s+1,t+1}
) with a line plot of one of the aggregate time paths (r_t
,w_t
,K_t
,L_t
,Y_t
,C_t
) and a slider bar for the time period. See the pencil drawing example below. We want:c_{j,s,t}
,n_{j,s,t}
, andb_{j,s+1,t+1}
.r_t
,w_t
,K_t
,L_t
,Y_t
, andC_t
.@DoraSzasz has said she is happy to help you at any stage with this visualization.