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

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

[Octave-bug-tracker] [bug #58801] Scatter plot auto-scale not working fo


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58801] Scatter plot auto-scale not working for array size >100, but all data is plotted corrrectly.
Date: Wed, 22 Jul 2020 08:13:43 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Edg/84.0.522.40

Update of bug #58801 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
                 Release:                   5.2.0 => dev                    

    _______________________________________________________

Follow-up Comment #1:

I can reproduce your error with Octave 5.2.

"scatter" was re-written for Octave 7. With the new function, I'm not able to
reproduce the error. The axes scale correctly immediately after the first call
to "scatter" in the example in comment #0.

Octave 7 will probably be released some time next year.
In the meantime, you could also use the following to trigger a re-calculation
of the axis limits without having to add new objects to the axes:

set(gca, 'xlimmode', 'manual')
set(gca, 'xlimmode', 'auto')


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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