diff --git a/src/pytorch_gum_uncertainty_propagation/examples/plots.ipynb b/src/pytorch_gum_uncertainty_propagation/examples/plots.ipynb index a8681a04380963f3c1d579e57a243c9cfe450036..25d6969f91fcad42f092e4e1b136f266d45423e9 100644 --- a/src/pytorch_gum_uncertainty_propagation/examples/plots.ipynb +++ b/src/pytorch_gum_uncertainty_propagation/examples/plots.ipynb @@ -75,11 +75,6 @@ " margin_l=63,\n", " margin_r=63,\n", ")\n", - "common_tlr_margin_for_layout = dict(\n", - " margin_t=5,\n", - " margin_l=63,\n", - " margin_r=63,\n", - ")\n", "common_bottom_axis_title_margins = dict(\n", " margin_b=52,\n", ")" @@ -3999,7 +3994,8 @@ "outputs": [], "source": [ "softpluss_filename = \"softpluss_graphs.pdf\"\n", - "path_to_pdf = export_plotly_to_pdf(fig_softplus, softpluss_filename)" + "path_to_pdf = export_plotly_to_pdf(fig_softplus, softpluss_filename)\n", + "path_to_pdf" ], "metadata": { "collapsed": false @@ -5151,7 +5147,8 @@ "outputs": [], "source": [ "sigmoid_filename = \"sigmoid_graphs.pdf\"\n", - "path_to_pdf = export_plotly_to_pdf(fig_sigmoid, sigmoid_filename)" + "path_to_pdf = export_plotly_to_pdf(fig_sigmoid, sigmoid_filename)\n", + "path_to_pdf" ], "metadata": { "collapsed": false