Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #196362

Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited)

From HenHanna <HenHanna@devnull.tb>
Newsgroups comp.lang.python
Subject Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited)
Date 2024-07-02 20:12 -0700
Organization A noiseless patient Spider
Message-ID <v62fjt$21017$1@dont-email.me> (permalink)
References <v6142n$1m6mo$1@dont-email.me> <v61s5o$1q6mr$1@dont-email.me>

Show all headers | View raw


On 7/2/2024 2:41 PM, Lawrence D'Oliveiro wrote:
> On Tue, 2 Jul 2024 07:49:59 -0700, HenHanna wrote:
> 
>> What's a good way to choose 15 colors?   Or 20 colors?  Or more?
>>
>>             (adjacent colors should look different)
> 
> Something like this
> <https://www.deviantart.com/default-cube/art/Related-Colours-726210156>,
> perhaps?


thanks...  i'm surprised  what i'm looking for isn't offered as default.


(10 default colors at)
https://matplotlib.org/stable/gallery/color/color_cycle_default.html

e.g.   i want to get 50 colors like this:

(10 default colors)

(10 default colors) a little darker (and rotated in the Color wheel)

(10 default colors) a little lighter (and -rotated in the Color wheel)

(10 default colors)  darker still (and rotated in the Color wheel)

(10 default colors)  lighter still   (and -rotated in the Color wheel)



darker/lighter (and rotation?)  doesn't work for Black/White, does it?

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

good way to choose 15 colors? Or 20, more? (adjacent colors should look different) HenHanna <HenHanna@devnull.tb> - 2024-07-02 07:49 -0700
  Re: good way to choose 15 colors? Or 20, more? (adjacent colors should look different) DFS <nospam@dfs.com> - 2024-07-02 13:27 -0400
    Re: good way to choose 15 colors? Or 20, more? (adjacent colors should look different) HenHanna <HenHanna@devnull.tb> - 2024-07-02 12:49 -0700
  Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-02 21:41 +0000
    Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited) HenHanna <HenHanna@devnull.tb> - 2024-07-02 20:12 -0700

csiph-web