octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51464] Line plotted over image only partially


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #51464] Line plotted over image only partially visible when print()ed
Date: Fri, 14 Jul 2017 13:49:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #51464 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
                 Release:                   4.2.1 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Thank you for reporting the issue.
I can reproduce with Octave 4.2.1, but no longer with a current development
version of Octave. Closing as fixed.

You can work around that issue by placing the lines at a higher z-value:

figure (1)
imagesc (magic (4))
hold on
line ([1,1,4,4], [1,4,1,4], [1,1,1,1])
hold off
zlim ([0 1])
print -dpng -r0 lineOnImage.png
print -dpdf -r0 lineOnImage.pdf


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51464>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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