diff --git a/doc/examples/plot_join_segmentations.py b/doc/examples/plot_join_segmentations.py index 8ccc5038..849f087c 100644 --- a/doc/examples/plot_join_segmentations.py +++ b/doc/examples/plot_join_segmentations.py @@ -58,5 +58,5 @@ axes[3].set_title('Join') for ax in axes: ax.axis('off') -plt.subplots_adjust(hspace=0.01, wspace=0.01, top=1, bottom=0, left=0, right=1) +fig.subplots_adjust(hspace=0.01, wspace=0.01, top=1, bottom=0, left=0, right=1) plt.show()