Skip to content
Snippets Groups Projects
Commit 3ae3b8a0 authored by Daniel Ecer's avatar Daniel Ecer
Browse files

moved summary title a tiny bit up

parent c220a155
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def plot_image(ax, image, label):
ax.imshow(image, aspect='auto')
else:
ax.imshow(np.dstack((image.astype(np.uint8),)*3)*100, aspect='auto')
ax.set_title(label, color=(0.5, 0.5, 0.5), y=0.99)
ax.set_title(label, color=(0.5, 0.5, 0.5), y=0.995)
ax.set_axis_off()
ax.set(xlim=[0, 255], ylim=[255, 0], aspect=1)
ax.axes.get_xaxis().set_visible(False)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment