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

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

[Octave-bug-tracker] [bug #56975] area plot insensitive to colormap


From: Muhali
Subject: [Octave-bug-tracker] [bug #56975] area plot insensitive to colormap
Date: Tue, 1 Oct 2019 05:09:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

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

                 Summary: area plot insensitive to colormap
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Tue 01 Oct 2019 02:09:38 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The colormap command in this example


Y = [1, 5, 3;
    3, 2, 7;
    1, 5, 3;
    2, 6, 1];
area(Y)
colormap summer


has no effect, unlike in Matlab.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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