From 64f8d443146926c98547b1847d990806b48342e2 Mon Sep 17 00:00:00 2001 From: David PS Date: Sat, 29 Aug 2015 10:00:15 +0100 Subject: [PATCH] Titles of the plots for the wathershed example not seeing for the margins of the plot. --- doc/examples/plot_watershed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_watershed.py b/doc/examples/plot_watershed.py index 9ff16354..5d65238f 100644 --- a/doc/examples/plot_watershed.py +++ b/doc/examples/plot_watershed.py @@ -61,6 +61,6 @@ ax2.set_title('Separated objects') for ax in axes: ax.axis('off') -fig.subplots_adjust(hspace=0.01, wspace=0.01, top=1, bottom=0, left=0, +fig.subplots_adjust(hspace=0.01, wspace=0.01, top=0.9, bottom=0, left=0, right=1) plt.show()