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

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

[Octave-bug-tracker] [bug #30532] labels overlap tics when fontsize spec


From: Yu Feng
Subject: [Octave-bug-tracker] [bug #30532] labels overlap tics when fontsize specified in print -F and set(gca(), 'fontsize') differ
Date: Fri, 23 Jul 2010 22:42:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.2 Firefox/3.6.3

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

                 Summary: labels overlap tics when fontsize specified in
print -F and set(gca(), 'fontsize') differ
                 Project: GNU Octave
            Submitted by: rainwoodman
            Submitted on: Fri 23 Jul 2010 10:42:50 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:


clf
fplot(@sin, [0, 10]);
xlabel("my x label", 'fontsize', 20);
ylabel("-----my y label------", 'fontsize', 20);
set(gca(), 'fontsize', 20)
print -F:8 -deps test.eps

In the resulting eps file, the axes labels and the tics are overlapping.
(test-print-8.eps)

however, with
print -F:20 -deps -tight test.eps
, the labels and tics are no longer overlapping. (test-print-20.eps)






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 23 Jul 2010 10:42:50 PM GMT  Name: test-print-8.eps  Size: 72kB  
By: rainwoodman

<http://savannah.gnu.org/bugs/download.php?file_id=21042>
-------------------------------------------------------
Date: Fri 23 Jul 2010 10:42:50 PM GMT  Name: test-print-20.eps  Size: 72kB  
By: rainwoodman

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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