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

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

[Octave-bug-tracker] [bug #48760] image() output in figure incorrectly p


From: Matt Turner
Subject: [Octave-bug-tracker] [bug #48760] image() output in figure incorrectly placed when printing with pdflatex
Date: Fri, 12 Aug 2016 02:33:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

URL:
  <http://savannah.gnu.org/bugs/?48760>

                 Summary: image() output in figure incorrectly placed when
printing with pdflatex
                 Project: GNU Octave
            Submitted by: mdturner
            Submitted on: Fri 12 Aug 2016 02:33:19 AM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I created a figure using image() and then used the pdflatex output to save it.
 In the resulting PDF the axes are placed properly, but the image is placed
outside of the axes. 


MWE:

close all;
M = 20*rand(100,100);
image(M);
print -dpdflatex test


Output attached.  



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 12 Aug 2016 02:33:20 AM GMT  Name: test-inc.pdf  Size: 32kB   By:
mdturner
PDF output by MWE
<http://savannah.gnu.org/bugs/download.php?file_id=38186>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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