Bug 458525 - Adding support for Tango color palette in gnuplot
Summary: Adding support for Tango color palette in gnuplot
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gnuplot
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Fedora Extras Quality Assurance
URL: http://tango.freedesktop.org/Tango_Ic...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-09 12:17 UTC by Evert Verhellen
Modified: 2008-08-18 10:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-18 10:13:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Tango color palette support (diff against 4.3.0, but also works for 4.2.3) (2.09 KB, patch)
2008-08-09 12:17 UTC, Evert Verhellen
no flags Details | Diff

Description Evert Verhellen 2008-08-09 12:17:37 UTC
Created attachment 313869 [details]
Tango color palette support (diff against 4.3.0, but also works for 4.2.3)

Currently, gnuplot doesn't natively support the Tango color palette. Because of that, using these colors in a plot isn't very practical as one must specify the hexadecimal value such as:

set style line 1 lt rgb "#888a85"
set style line 2 lt rgb "#4e9a06"

Expanding the gnuplot color namespace to include the Tango color palette makes using these colors a lot easier as the .plt stays readable, e.g.:

set style line 1 lt rgb "tango-aluminium-4"
set style line 2 lt rgb "tango-chameleon-3"

Comment 1 Ivana Varekova 2008-08-18 10:13:38 UTC
Hello, I just ask gnuplot upstream whether the patch you have set is acceptable for them (the question is on their mailing list), but they agreed thei will not add it - so  this patch will not be in fedora gnuplot too.
Thanks for your help.


Note You need to log in before you can comment on or make changes to this bug.