Python Forum
How do I map a list of values to specified colors?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I map a list of values to specified colors?
#5
Thanks MckJohan, but nope. What I want to do is to specify a certain value to a specified color, maybe through RGB values.
establish the connections like the following:
-1 ---------------> R200 G150 B0
1 ---------------> R....G....B...
...
Something like this, and then use the map to draw
Reply


Messages In This Thread
RE: How do I map a list of values to specified colors? - by larkypython - Nov-05-2019, 09:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Count image's colors very fast flash77 18 1,305 Mar-05-2024, 06:12 PM
Last Post: deanhystad
  Copying the order of another list with identical values gohanhango 7 1,067 Nov-29-2023, 09:17 PM
Last Post: Pedroski55
  Search Excel File with a list of values huzzug 4 1,148 Nov-03-2023, 05:35 PM
Last Post: huzzug
  Comparing List values to get indexes Edward_ 7 1,083 Jun-09-2023, 04:57 PM
Last Post: deanhystad
  can openpyxl read font colors mperemsky 3 1,657 May-09-2023, 11:18 AM
Last Post: MindKeeper
  Adding values with reduce() function from the list of tuples kinimod 10 2,518 Jan-24-2023, 08:22 AM
Last Post: perfringo
  user input values into list of lists tauros73 3 1,025 Dec-29-2022, 05:54 PM
Last Post: deanhystad
  ANSI not working for change of text colors BliepMonster 10 3,251 Nov-10-2022, 09:28 AM
Last Post: BliepMonster
  How to do bar graph with positive and negative values different colors? Mark17 1 5,007 Jun-10-2022, 07:38 PM
Last Post: Mark17
  AttributeError: 'list' object has no attribute 'values' ilknurg 4 14,783 Jan-19-2022, 08:33 AM
Last Post: menator01

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020