Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313869 Details for
Bug 458525
Adding support for Tango color palette in gnuplot
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Tango color palette support (diff against 4.3.0, but also works for 4.2.3)
gnuplot-tables.c-tango-palette.patch (text/plain), 2.09 KB, created by
Evert Verhellen
on 2008-08-09 12:17:37 UTC
(
hide
)
Description:
Tango color palette support (diff against 4.3.0, but also works for 4.2.3)
Filename:
MIME Type:
Creator:
Evert Verhellen
Created:
2008-08-09 12:17:37 UTC
Size:
2.09 KB
patch
obsolete
>--- gnuplot/src/tables.c-0.org 2008-06-14 16:16:47.000000000 +0200 >+++ gnuplot/src/tables.c 2008-06-14 16:41:14.000000000 +0200 >@@ -578,6 +578,34 @@ > { "dark-violet" , 148*(1<<16) + 0*(1<<8) + 211 }, > { "plum" , 221*(1<<16) + 160*(1<<8) + 221 }, > { "purple" , 160*(1<<16) + 32*(1<<8) + 240 }, >+ /* tango palette */ >+ { "tango-butter-1" , 252*(1<<16) + 233*(1<<8) + 79 }, >+ { "tango-butter-2" , 237*(1<<16) + 212*(1<<8) + 0 }, >+ { "tango-butter-3" , 196*(1<<16) + 160*(1<<8) + 0 }, >+ { "tango-chameleon-1" , 138*(1<<16) + 226*(1<<8) + 52 }, >+ { "tango-chameleon-2" , 115*(1<<16) + 210*(1<<8) + 22 }, >+ { "tango-chameleon-3" , 78*(1<<16) + 154*(1<<8) + 6 }, >+ { "tango-orange-1" , 252*(1<<16) + 175*(1<<8) + 62 }, >+ { "tango-orange-2" , 245*(1<<16) + 121*(1<<8) + 0 }, >+ { "tango-orange-3" , 206*(1<<16) + 92*(1<<8) + 0 }, >+ { "tango-sky-blue-1" , 114*(1<<16) + 159*(1<<8) + 207 }, >+ { "tango-sky-blue-2" , 52*(1<<16) + 101*(1<<8) + 164 }, >+ { "tango-sky-blue-3" , 32*(1<<16) + 74*(1<<8) + 135 }, >+ { "tango-plum-1" , 173*(1<<16) + 127*(1<<8) + 168 }, >+ { "tango-plum-2" , 117*(1<<16) + 80*(1<<8) + 123 }, >+ { "tango-plum-3" , 92*(1<<16) + 53*(1<<8) + 102 }, >+ { "tango-chocolate-1" , 233*(1<<16) + 185*(1<<8) + 110 }, >+ { "tango-chocolate-2" , 193*(1<<16) + 125*(1<<8) + 17 }, >+ { "tango-chocolate-3" , 143*(1<<16) + 89*(1<<8) + 2 }, >+ { "tango-scarlet-red-1" , 239*(1<<16) + 41*(1<<8) + 41 }, >+ { "tango-scarlet-red-2" , 204*(1<<16) + 0*(1<<8) + 0 }, >+ { "tango-scarlet-red-3" , 164*(1<<16) + 0*(1<<8) + 0 }, >+ { "tango-aluminium-1" , 238*(1<<16) + 238*(1<<8) + 236 }, >+ { "tango-aluminium-2" , 211*(1<<16) + 215*(1<<8) + 207 }, >+ { "tango-aluminium-3" , 186*(1<<16) + 189*(1<<8) + 182 }, >+ { "tango-aluminium-4" , 136*(1<<16) + 138*(1<<8) + 133 }, >+ { "tango-aluminium-5" , 85*(1<<16) + 87*(1<<8) + 83 }, >+ { "tango-aluminium-6" , 46*(1<<16) + 52*(1<<8) + 54 }, > { NULL, -1 } > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458525
: 313869