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

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

[Octave-bug-tracker] [bug #31176] Label subscript and superscript positi


From: anonymous
Subject: [Octave-bug-tracker] [bug #31176] Label subscript and superscript positioning/resize anchor/refresh problem
Date: Thu, 30 Sep 2010 19:57:20 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10

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

                 Summary: Label subscript and superscript positioning/resize
anchor/refresh problem
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 30 Sep 2010 07:57:19 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Daniel Nezich
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am working with a fresh installation of Octave 3.2.4 with Gnuplot 4.4.0
downloaded from http://octave.sourceforge.net/ (MinGW binary distribution) on
Windows 7 Home Premium 64.  During installation I installed with the SSE2
options and all Source Forge packages except oct2mat (following instructions
to allow figures to be generated correctly).  I noticed the following
unexpected results when testing some scripts developed in Matlab.  I am
uncertain if these behaviours are actual bugs or 'features', but the behaviour
is different from that of Matlab in identical circumstances.

1) When an axis label ends with a subscript or superscript, the entire text
of the label has decreased font size.  For example, plot(1:10); xlabel('all
text is made smaller_0'); produces a small text label, whereas plot(1:10);
xlabel('all text is made smaller_0 '); produces properly sized text.

2) When the y axis is labeled, a subscript or superscript will overlap the
text is is supposed to follow.  For example, plot(1:10); ylabel('subscript
overlaps this text_0 this too'); produces properly oriented and sized text,
but the portion following the subscript command ('0 this too') overlaps the
beginning portion of the label text starting at 'this text'.  Note that this
problem occurs with the default figure dimensions (approximately 1:2 on my
screen).

3) When the figure is manually resized (by clicking and dragging on the
corner of the window), both x and y labels which contain
superscripts/subscripts do not move as single units, but are broken up into
blocks of text of the same font size.  These blocks are anchored to the
figure, not to each other, so that stretching the window causes the blocks to
separate and compressing the window causes the blocks to overlap.  The figure,
when refreshed by typing the command 'refresh', reverts to proper block
positioning (though still subject to the deviations 1) and 2) above).

I have found no mention of this problem over hours of searching online and
through the bug tracking system, and am therefore suspicious that this may be
a problem particular to my setup/settings.  Any help clarifying what options
may be changed or what other workarounds may exist would be greatly
appreciated!




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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