Skip to content

Commit

Permalink
Fix the displayed thumbnail.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 23, 2024
1 parent 1ce28f3 commit fe6fe6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples-gallery/plot_vyasarayani.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit fe6fe6b

Please sign in to comment.