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: Schiefer, Christian
Subject: Subplotting multiple images, by printing becomming dark rectangles
Date: Wed, 24 May 2017 15:16:42 +0200

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


Selex ES GmbH
Sitz der Gesellschaft / Registered Office: Neuss
Registergericht / Register Court: Neuss HRB 17453
Geschäftsführer / Managing Director: Ulrich Nellen

reply via email to

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