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

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

[Octave-bug-tracker] [bug #64281] print with dpdflatex option gives inco


From: anonymous
Subject: [Octave-bug-tracker] [bug #64281] print with dpdflatex option gives incorrect pdf file
Date: Mon, 5 Jun 2023 22:11:30 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64281>

                 Summary: print with dpdflatex option gives incorrect pdf file
                   Group: GNU Octave
               Submitter: None
               Submitted: Tue 06 Jun 2023 02:11:28 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: David
        Originator Email: herbschleb@dia.kuicr.kyoto-u.ac.jp
             Open/Closed: Open
                 Release: 8.2.0 8.X Series Bug Fix Release 
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 06 Jun 2023 02:11:28 AM UTC By: Anonymous
For versions 8.1.0 and 8.2.0, the following code creates a pdf with
green/magenta shades instead of the plot (always, thus irrespective of what is
plotted). Version 7.2.0 gives the expected pdf.

Minimum example code:

fh = figure;
plot( sin( 2 * pi * ( 0 : .01 : 1 ) ) );
print( fh, 'Figure', '-dpdflatex' );


Attached files:
Figure-inc_v8.2.0.pdf: incorrect output by 8.2.0
Figure-inc_v7.2.0.pdf: expected output by 7.2.0

(If relevant, both have graphics_toolkit=qt.)






    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Tue 06 Jun 2023 02:11:28 AM UTC  Name: Figure-inc_v8.2.0.pdf  Size: 2KiB
  By: None

<http://savannah.gnu.org/bugs/download.php?file_id=54817>
-------------------------------------------------------
Date: Tue 06 Jun 2023 02:11:28 AM UTC  Name: Figure-inc_v8.2.0.pdf  Size: 2KiB
  By: None

<http://savannah.gnu.org/bugs/download.php?file_id=54818>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64281>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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