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

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

[Octave-bug-tracker] [bug #57651] Second print command results in differ


From: Rik
Subject: [Octave-bug-tracker] [bug #57651] Second print command results in different marker size
Date: Tue, 21 Jan 2020 18:16:09 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: Second print command results in different marker
size
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 21 Jan 2020 03:16:07 PM PST
                Category: Octave Function
                Severity: 4 - Important
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The first and second print commands of the same figure result in different
outputs.

Test code to reproduce error:


close all
graphics_toolkit qt
clf

h = plot (1:10, 'o-', 'markersize', 36);

print -painters -color print1.ps
print -painters -color print2.ps


In the first file, the 'o' markers seem to be about the correct size and do
not overlap each other.  In the second file, the circular markers overlap.

The m-file and resulting output are attached.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 21 Jan 2020 03:16:07 PM PST  Name: tst_first_print.m  Size: 144B  
By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=48267>
-------------------------------------------------------
Date: Tue 21 Jan 2020 03:16:07 PM PST  Name: print2.ps  Size: 177KiB   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=48268>
-------------------------------------------------------
Date: Tue 21 Jan 2020 03:16:07 PM PST  Name: print1.ps  Size: 177KiB   By:
rik5

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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