Bug 458525

Summary: Adding support for Tango color palette in gnuplot
Product: [Fedora] Fedora Reporter: Evert Verhellen <evert.verhellen>
Component: gnuplotAssignee: Ivana Varekova <varekova>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pertusus
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines#Color_Palette
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-18 10:13:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Tango color palette support (diff against 4.3.0, but also works for 4.2.3) none

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.