help-octave
[Top][All Lists]
Advanced

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

Re: Subplotting multiple images, by printing becomming dark rectangles


From: siko1056
Subject: Re: Subplotting multiple images, by printing becomming dark rectangles
Date: Wed, 31 May 2017 14:08:07 -0700 (PDT)

hxchrist123 wrote
> 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

Dear Chris,

Some generic questions: from your screenshot I conclude you are using
Windows 7, which version of Octave do you use?

No solution, but some ideas: did you try to print a single image? Did you
try to print another format (jpg, pdf, ...)?

HTH,
Kai



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



reply via email to

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