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

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

[Octave-bug-tracker] [bug #60428] matrix with > 8192 rows or columns is


From: anonymous
Subject: [Octave-bug-tracker] [bug #60428] matrix with > 8192 rows or columns is not displayed by imagesc
Date: Wed, 21 Apr 2021 03:03:56 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

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

                 Summary: matrix with  > 8192 rows or columns is not displayed
by imagesc
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 21 Apr 2021 07:03:54 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: johnc
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Trivial demo of problem of trying to display largish matrices with _imagesc_


# correct display of a random image with 8192 rows
imagesc(rand(8192,1000))

# blank display of a random image with > 8192 rows
imagesc(rand(8193,1000))





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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