Skip to content

Commit b7f1b6d

Browse files
committed
fix minor error in notebook to generate images for README
1 parent 49cb072 commit b7f1b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notebooks/generate_plots.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"source": [
243243
"fig, ax = result.plot()\n",
244244
"plt.savefig(\n",
245-
" \"../../img/difference_in_differences_pymc\", bbox_inches=\"tight\", pad_inches=0.1\n",
245+
" \"../../img/difference_in_differences_pymc.svg\", bbox_inches=\"tight\", pad_inches=0.1\n",
246246
")"
247247
]
248248
},
@@ -363,7 +363,7 @@
363363
"source": [
364364
"fig, ax = result.plot()\n",
365365
"plt.savefig(\n",
366-
" \"../../img/regression_discontinuity_pymc\", bbox_inches=\"tight\", pad_inches=0.1\n",
366+
" \"../../img/regression_discontinuity_pymc.svg\", bbox_inches=\"tight\", pad_inches=0.1\n",
367367
")"
368368
]
369369
},
@@ -484,7 +484,7 @@
484484
],
485485
"source": [
486486
"fig, ax = result.plot(plot_predictors=True)\n",
487-
"plt.savefig(\"../../img/synthetic_control\", bbox_inches=\"tight\", pad_inches=0.1)"
487+
"plt.savefig(\"../../img/synthetic_control_pymc.svg\", bbox_inches=\"tight\", pad_inches=0.1)"
488488
]
489489
},
490490
{

0 commit comments

Comments
 (0)