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

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

[Octave-bug-tracker] [bug #41777] axes labels returned by get() are a su


From: Fabio
Subject: [Octave-bug-tracker] [bug #41777] axes labels returned by get() are a subset of shown with log plots
Date: Wed, 05 Mar 2014 11:53:54 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:27.0) Gecko/20100101 Firefox/27.0

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

                 Summary: axes labels returned by get() are a subset of shown
with log plots 
                 Project: GNU Octave
            Submitted by: efferre79
            Submitted on: Wed 05 Mar 2014 11:53:53 AM GMT
                Category: Plotting with gnuplot
                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.8.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

x=1:10;
loglog(10.^x,10.^x)

get(gca, 'XTick')
ans =

   1.0000e+00   1.0000e+02   1.0000e+04   1.0000e+06   1.0000e+08  
1.0000e+10

get(gca, 'XTicklabel')
ans =
{
  [1,1] = 1e+00
  [1,2] = 1e+02
  [1,3] = 1e+04
  [1,4] = 1e+06
  [1,5] = 1e+08
  [1,6] = 1e+10
}

As you can see the returned labels are a subset of those visible in the plot.
Matlab shows only the values returned by get(). This problems doesn't exist
with linear plots or using fltk so the log plot with gnuplot should only show
the 6 labels above




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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