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

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

[Octave-bug-tracker] [bug #37883] print()ed plot incorrect and different


From: anonymous
Subject: [Octave-bug-tracker] [bug #37883] print()ed plot incorrect and different from plot on screen
Date: Fri, 07 Dec 2012 17:15:23 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Firefox/17.0

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

                 Summary: print()ed plot incorrect and different from plot on
screen
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 07 Dec 2012 05:15:21 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Klaus
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When I print a contour plot, the resulting files contain incorrect plots
(MatLab does it correctly). Additionally, black lines are correctly removed on
the screen but not in the printed files.

Example:
R = [2.6322   1.9678   5.5433   5.0786   5.0764
     1.3511   1.8780   1.4909   2.2747   1.7128
     1.4455   1.8989   1.5001   1.3315   1.1865];
t_day = [735034.404861 735056.436806 735146.567639];
dist = [0.75832 5.31773 10.13059 14.99748 19.83946];
[xx, yy] = meshgrid(dist, t_day);
datetick('y', 'dd/mm/yyyy');
contourf(xx, yy, R, 30, '+');
colorbar();
print('test.pdf');

Results on screen and pdf file attached.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 07 Dec 2012 05:15:21 PM UTC  Name: plot_screen.png  Size: 11kB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=27053>
-------------------------------------------------------
Date: Fri 07 Dec 2012 05:15:21 PM UTC  Name: test.pdf  Size: 5kB   By: None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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