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

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

[Octave-bug-tracker] [bug #39429] axis tight -> erases plot


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39429] axis tight -> erases plot
Date: Sun, 07 Jul 2013 23:50:22 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

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

                 Summary: axis tight -> erases plot
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sun 07 Jul 2013 07:50:21 PM EDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

The script below is the 6th demo for axis.m


clf
colormap default
[x, y, z] = peaks (50);
x1 = max (x(:));
pcolor (x-x1, y-x1/2, z)
hold on
[x,y,z] = sombrero ();
s = x1 / max (x(:));
pcolor (s*x+x1, s*y+x1/2, 5*z);
axis tight


The plot looks correct after the second pcolor(), but after "axis tight" the
contents of the plotbox and the axes labels are erased.

I'm not sure if this occurs on other OS's, so I've selected Mac OS for the
operating system.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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