Commit 94726e85 authored by Taddeüs Kroes's avatar Taddeüs Kroes

improc ass4: Fixed some typo's.

parent 127668dd
......@@ -167,19 +167,19 @@ if __name__ == '__main__':
subplot(331, title='Fs')
imshow(gD(F, s, 0, 0), cmap='gray')
axis('off')
subplot(334, title='Fx')
subplot(334, title='Fsx')
imshow(gD(F, s, 1, 0), cmap='gray')
axis('off')
subplot(335, title='Fy')
subplot(335, title='Fsy')
imshow(gD(F, s, 0, 1), cmap='gray')
axis('off')
subplot(337, title='Fxx')
subplot(337, title='Fsxx')
imshow(gD(F, s, 2, 0), cmap='gray')
axis('off')
subplot(338, title='Fxy')
subplot(338, title='Fsxy')
imshow(gD(F, s, 1, 1), cmap='gray')
axis('off')
subplot(339, title='Fyy')
subplot(339, title='Fsyy')
imshow(gD(F, s, 0, 2), cmap='gray')
axis('off')
else:
......
Markdown is supported
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