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

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

[Octave-bug-tracker] [bug #52169] gnuplot graphics toolkit tick color do


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52169] gnuplot graphics toolkit tick color doesn't match axis color
Date: Wed, 4 Oct 2017 15:31:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?52169>

                 Summary: gnuplot graphics toolkit tick color doesn't match
axis color
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Wed 04 Oct 2017 07:30:58 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Try the following:


graphics_toolkit gnuplot
figure
plot(sin(0.03*pi*[0:50]), 'b');
set(gca, 'xcolor', 'b');
set(gca, 'ycolor', 'b');


The ticks are black when they should be blue.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52169>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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