@@ -1270,7 +1270,7 @@ fig.update_layout(scene_camera=dict(eye=dict(x=1.5, y=-1.5, z=2)))
12701270fig.update_layout(title='Equilibrium firm valuation for the grid of (k,b)')
12711271
12721272# Export to PNG file
1273- Image(fig.to_image(format="png"))
1273+ Image(fig.to_image(format="png", engine="kaleido" ))
12741274# fig.show() will provide interactive plot when running
12751275# code locally
12761276```
@@ -1634,7 +1634,7 @@ fig.update_layout(title='Equilibrium firm valuation for the grid of (k,b)')
16341634
16351635
16361636# Export to PNG file
1637- Image(fig.to_image(format="png"))
1637+ Image(fig.to_image(format="png", engine="kaleido" ))
16381638# fig.show() will provide interactive plot when running
16391639# code locally
16401640```
@@ -1685,7 +1685,7 @@ fig.update_layout(scene_camera=dict(eye=dict(x=1.5, y=-1.5, z=2)))
16851685fig.update_layout(title='Equilibrium firm valuation for the grid of (k,b)')
16861686
16871687# Export to PNG file
1688- Image(fig.to_image(format="png"))
1688+ Image(fig.to_image(format="png", engine="kaleido" ))
16891689# fig.show() will provide interactive plot when running
16901690# code locally
16911691```
@@ -1746,7 +1746,7 @@ fig.update_layout(title='Equilibrium equity valuation for the grid of (k,b)')
17461746
17471747
17481748# Export to PNG file
1749- Image(fig.to_image(format="png"))
1749+ Image(fig.to_image(format="png", engine="kaleido" ))
17501750# fig.show() will provide interactive plot when running
17511751# code locally
17521752```
@@ -1776,7 +1776,7 @@ fig.update_layout(title='Equilibrium bond valuation for the grid of (k,b)')
17761776
17771777
17781778# Export to PNG file
1779- Image(fig.to_image(format="png"))
1779+ Image(fig.to_image(format="png", engine="kaleido" ))
17801780# fig.show() will provide interactive plot when running
17811781# code locally
17821782```
0 commit comments