Skip to content

Commit c18e65c

Browse files
committed
Replace fig.show(png) in how_to_multistart
1 parent 4a1b5cd commit c18e65c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/how_to/how_to_multistart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
")\n",
131131
"\n",
132132
"fig = om.criterion_plot(res, monotone=True)\n",
133-
"fig.show(\"png\")"
133+
"fig.show()"
134134
]
135135
},
136136
{
@@ -181,7 +181,7 @@
181181
")\n",
182182
"\n",
183183
"fig = om.criterion_plot(res)\n",
184-
"fig.show(\"png\")"
184+
"fig.show()"
185185
]
186186
},
187187
{

0 commit comments

Comments
 (0)