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

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

[Octave-bug-tracker] [bug #64364] scatter does not respect hold


From: Muhali
Subject: [Octave-bug-tracker] [bug #64364] scatter does not respect hold
Date: Wed, 28 Jun 2023 11:59:42 -0400 (EDT)

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

                 Summary: scatter does not respect hold
                   Group: GNU Octave
               Submitter: muhali
               Submitted: Wed 28 Jun 2023 08:59:40 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 8.1.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 28 Jun 2023 08:59:40 AM PDT By: Muhali <muhali>
Doing


x = 0:10;
y = 0:2:10;

clf; hold on
imagesc(x, y, x'*y/1000) ;
get(gca, 'clim')
scatter (6, 8, "r", "filled");
get(gca, 'clim')


gets you two different contour limits of [0 0.1] and [0 1]. This is the reason
why the first figure is not 'hold'.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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