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

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

[Octave-bug-tracker] [bug #49490] Display of images for axes partially o


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49490] Display of images for axes partially outside a figure
Date: Mon, 31 Oct 2016 16:44:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary: Display of images for axes partially outside a
figure
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 31 Oct 2016 04:44:16 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When the position of an axis is partially outside a figure, its content is not
displayed at all if it's an image:


figure
image
set(gca,'position',[0 0 1 1])
% image is displayed in the entire figure
set(gca,'position',[0 0 1 1.1])
% image disappears


but is displayed fine of it's a plot:


figure
plot(rand(6))
set(gca,'position',[0 0 1 1])
% plot is displayed in the entire figure
set(gca,'position',[0 0 1 2])
% plot is still partially displayed





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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