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

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

[Octave-bug-tracker] [bug #65010] compatibility: colormaps now default t


From: Rik
Subject: [Octave-bug-tracker] [bug #65010] compatibility: colormaps now default to 256 colors in matlab
Date: Tue, 2 Jan 2024 20:40:58 -0500 (EST)

Update of bug#65010 (group octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #12:

@Nicholas: I fixed the problem in this changeset
https://hg.savannah.gnu.org/hgweb/octave/rev/ea5158206032.

The issue was that you took the colormap values in Octave which are arranged
as 256 rows x 3 columns and put those in C++ which expects everything to be
formatted like a Fortran vector (that is, the rows are stacked on top of each
other.)  I just converted between the two with the '(:)' indexing to form one
big column-vector.

Marking bug as Fixed again and closing report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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