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

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

[Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosi


From: Rik
Subject: [Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosition value
Date: Wed, 21 Feb 2018 01:00:40 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: Size of svg output is 75% of PaperPosition value
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 20 Feb 2018 10:00:38 PM PST
                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: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The default PaperUnits are "inches".  When I set a value for PaperPosition,
print to svg, and then check the resulting size in Inkscape, I find that the
result is 75% of the size requested in Octave.

This is not like a word processor where What You See Is What You Get
(WYSIWYG).

Code to reproduce:


close all
graphics_toolkit qt
plot (1:10, 'o-');
set (gcf, "PaperPosition", [0, 0, 4, 4]);
print tst_sz.svg







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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