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

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

[Octave-bug-tracker] [bug #34150] axis(ax(2) .... ) results in jumbled a


From: anonymous
Subject: [Octave-bug-tracker] [bug #34150] axis(ax(2) .... ) results in jumbled axes.
Date: Sat, 27 Aug 2011 11:18:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo

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

                 Summary: axis(ax(2) .... ) results in jumbled axes.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 27 Aug 2011 11:18:52 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Calling axis on ax(2) can result in a jumble of conficting x-axis markers,
grid etc. 


> plot (.... );
> axis
ans =

  -18   18    0    8

>  axis(ax(2),[-18,10,0,3]);


Though the two axes structures have independent data they have to be
maintained identical since they overlap when rendered.

 This suggests the need for x2 axis at top.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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