Skip to content

vavrines/NipponColors.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NipponColors.jl

CI codecov

A smallish package to generate colors in traditional Japanese color system. See 日本の伝統色 for a complete list of colors. Both Roman and Kanji names are supported.

Installation

NipponColors.jl can be installed with the Julia package manager. From the Julia REPL, you can get in the package manager (by pressing ]) and add the package

julia> ]
(v1.6) pkg> add NipponColors

Example

using Plots, NipponColors

D = dict_color()
x = 0:0.02:1 |> collect
plot(x, sin.(2π .* x), color = D["mizu"])
plot!(x, cos.(2π .* x), color = D["梔子"])

About

Nippon color generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages