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: Pantxo
Subject: Re: Subplotting multiple images, by printing becomming dark rectangles
Date: Thu, 1 Jun 2017 23:02:36 -0700 (PDT)

hxchrist123 wrote
> Hi Kai,
> yes your are right. I use win 7 with octave 4.2.1.
> I already tried some other formats but with no success.
> Single Image works fine.
> Best regards,
> Chris

Hi,

What if you use the default image:

for ii = 1:8
  subplot (8,1,ii)
  image ();
  axis image off
endfor

print foo.eps

This works for me on linux.

Pantxo



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



reply via email to

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