help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subplotting multiple images, by printing becomming dark rectangles


From: hxchrist123
Subject: Subplotting multiple images, by printing becomming dark rectangles
Date: Wed, 31 May 2017 03:11:01 -0700 (PDT)

Hallo,
I load 8 images, which I want to show all within a subplot. 

figure(2);
for j=1 to 8
subplot(8, 1, j); 
imshow (images);
end
print (2,  'images.png' )

Octave shows me the subplot correct, but if I want to save it i got just
black rectangles.
 

Any ideas are welcome.
Chris
<http://octave.1599824.n4.nabble.com/file/n4683519/example.jpg> 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Subplotting-multiple-images-by-printing-becomming-dark-rectangles-tp4683519.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]