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

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

[Octave-bug-tracker] [bug #41154] x-axis tick labels can overlap in gnup


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #41154] x-axis tick labels can overlap in gnuplot figures
Date: Sun, 31 May 2015 18:23:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Update of bug #41154 (project octave):

                Category:    Octave Forge Package => Plotting with gnuplot  
                Severity:              3 - Normal => 2 - Minor              
              Item Group:             Performance => Incorrect Result       
                 Release:                   3.6.4 => dev                    
        Operating System:       Microsoft Windows => Any                    
                 Summary: control package: rlocus function axis graduation not
optimal => x-axis tick labels can overlap in gnuplot figures

    _______________________________________________________

Follow-up Comment #4:

This is not really a problem with the rlocus function, it is a problem with
the gnuplot plotting toolkit.

The following simpler example demonstrates the behavior, at least with gnuplot
4.6.6 on Linux:


graphics_toolkit ("gnuplot");
subplot (2, 2, 1);
x = linspace (-5000, 5000, 100);
y = rand (1, 100);
plot (x, y);
axis ([-4750, 4750, 0, 1]);


The last axis command increases the x-axis tick resolution to increments of
1000 instead of 2000 so there are more labels and they overlap each other.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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