diff --git a/examples-gallery/plot_vyasarayani.py b/examples-gallery/plot_vyasarayani.py index b169d1bb..64fdf348 100644 --- a/examples-gallery/plot_vyasarayani.py +++ b/examples-gallery/plot_vyasarayani.py @@ -138,6 +138,8 @@ def obj_grad(free): axes_y1[2].set_title('Solution Constraint Violations') axes_y1[2].plot(prob.con(solution)[:num_nodes - 1]) +# sphinx_gallery_thumbnail_number = 2 + # %% fig_y2, axes_y2 = plt.subplots(3, 1, layout='constrained')