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

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

[Octave-bug-tracker] [bug #32752] axis equal fails with pcolor


From: anonymous
Subject: [Octave-bug-tracker] [bug #32752] axis equal fails with pcolor
Date: Fri, 11 Mar 2011 19:16:44 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.8 (like Firefox/3.5.8)

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

                 Summary: axis equal fails with pcolor
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 11 Mar 2011 07:16:43 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Glenn Flierl
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In 3.2.4, using axis('equal') with a pcolor plot squashes the plot vertically
to a single line.  This seems to happen with either X11 or wxt.


[x,y]=meshgrid([0:100],[0:100]);
z=exp(-(x/20).^2-(y/20).^2);

pcolor(x,y,z);shading flat;
pause

axis('equal');
pause

imagesc(x,y,z);
axis('xy','equal');


At the first pause, it's ok (but unequal); it fails at the second one. 
imagesc is fine.  No problems with 3.0.1 using either gnuplot 4.2 or 4.4.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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