Skip to content

Commit 9d5be12

Browse files
committed
remove plt.tight_layout
1 parent d4918d7 commit 9d5be12

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/notebooks/staggered_did_pymc.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
},
400400
{
401401
"cell_type": "code",
402-
"execution_count": 7,
402+
"execution_count": null,
403403
"metadata": {},
404404
"outputs": [
405405
{
@@ -445,7 +445,6 @@
445445
")\n",
446446
"ax[0].legend()\n",
447447
"\n",
448-
"plt.tight_layout()\n",
449448
"plt.show()"
450449
]
451450
},
@@ -1059,7 +1058,7 @@
10591058
},
10601059
{
10611060
"cell_type": "code",
1062-
"execution_count": 13,
1061+
"execution_count": null,
10631062
"metadata": {},
10641063
"outputs": [
10651064
{
@@ -1105,7 +1104,6 @@
11051104
")\n",
11061105
"ax[0].legend()\n",
11071106
"\n",
1108-
"plt.tight_layout()\n",
11091107
"plt.show()"
11101108
]
11111109
},

0 commit comments

Comments
 (0)