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

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

[Octave-bug-tracker] [bug #31117] Ylabel pushed out of the plot when usi


From: Christian Bergstrand
Subject: [Octave-bug-tracker] [bug #31117] Ylabel pushed out of the plot when using long tick marks
Date: Fri, 24 Sep 2010 17:41:15 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9

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

                 Summary: Ylabel pushed out of the plot when using long tick
marks
                 Project: GNU Octave
            Submitted by: chbe
            Submitted on: Fri 24 Sep 2010 05:41:14 PM GMT
                Category: None
                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: 3.2.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following code progressively pushes the ylabel to the left until it
leaves the window altogether. 

Running 3.2.3 on Windows XP 32 bit, SP3


figure
subplot( 4, 1, 1 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 10 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 2 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 100 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 3 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 1000 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );

subplot( 4, 1, 4 )
plot( [ 1 2 3 ], [ 1.2334 2.24324 1 ] ./ 10000 );
ylabel( "apa" );
title( "fdsa" );
xlabel( "fdas" );



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 24 Sep 2010 05:41:14 PM GMT  Name: ylabel.PNG  Size: 39kB   By:
chbe

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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