Giter Club home page Giter Club logo

Comments (2)

cormullion avatar cormullion commented on July 22, 2024 1

Hi! I don't have any insight in any "correct" way of working with colorschemes - perhaps there are colour specialists who have better insight, or perhaps there are best practices current in other language's color libraries - I wouldn't know myself.

As you say, it doesn't seem to difficult to modify them manually:

using ColorSchemes, Colors

cs = deepcopy(ColorSchemes.RdBu)
cs.colors[6] = colorant"green" # for testing :)
Screenshot 2023-11-27 at 11 47 19

This one (RdBu) is from ColorBrewer, so perhaps you can locate the method they used to build this scheme and modify it...

To build color schemes in a more programmatic way, you could look at ColorSchemeTools.jl but I don't know the method for making this particular one.

from colorschemes.jl.

briochemc avatar briochemc commented on July 22, 2024 1

Oh I did not mean to go as deep as adapting the code that generated the original colors! I was merely fishing for things like you just wrote, which looks much simpler than mine. For the record, I think I will be using a function like below from now on

function withwhitecenter(cs)
    cs = deepcopy(cs)
    cs.colors[end÷2+1] = colorant"white"
    return cs
end

from colorschemes.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.