[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42947] gnuplot doesn't color axis line and ti
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #42947] gnuplot doesn't color axis line and tick marks with axis color property |
Date: |
Fri, 08 Aug 2014 16:26:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?42947>
Summary: gnuplot doesn't color axis line and tick marks with
axis color property
Project: GNU Octave
Submitted by: rik5
Submitted on: Fri 08 Aug 2014 09:26:22 AM PDT
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:
The axis line, tick marks, and tick labels should all be controlled by the
axis property 'xcolor', 'ycolor', or 'zcolor'.
With the gnuplot toolkit, only the ticklabels have their color changed.
Sample code:
graphics_toolkit gnuplot
plot (1:10);
set (gca, "xcolor", "r");
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42947>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #42947] gnuplot doesn't color axis line and tick marks with axis color property,
Rik <=