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

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

[Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect


From: Idar Barstad
Subject: [Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect
Date: Sat, 27 Feb 2021 03:50:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

URL:
  <https://savannah.gnu.org/bugs/?60131>

                 Summary: problem with pbaspect or daspect
                 Project: GNU Octave
            Submitted by: idar
            Submitted on: Sat 27 Feb 2021 08:50:06 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi - (perhaps similar as #57685)  I seem to get some issues when changing the
aspect ratio of the plotbox (pbaspect) or using the dataaspect (daspect) *AND*
using clabel to set labels on contours, see example below. I've tried various
orders of the commands, but can't sort it out. The contour labels seem to be
at the correct location, but some extra labels are found above the plot, see
attached. 

clf;
cnt = [4:0.5:13]; 
[c,h]=contourf(ymat,zmat,yi,cnt);hold on
colorbar,ylim([0 250])
clabel (c, h, [cnt(1:2:end)], "fontsize", 12,'LabelSpacing',220)
pbaspect ([2 1 1]);




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 27 Feb 2021 08:50:06 AM UTC  Name: pbaspect_err.png  Size: 24KiB  
By: idar

<http://savannah.gnu.org/bugs/download.php?file_id=50932>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60131>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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