Skip to content

jdiaz97/GhibliPalettes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhibliPalettes.jl

Beautiful Ghibli colors

This is a full port of the great R package ewenme/ghibli

How to use

using GhibliPalettes

# This will give you access to the ghibli dictionary in your global environment

ghibli["MononokeMedium"] # Check the nice colors

GhibliPalettes.load_ghibli() 
# You are ready to go to use it in plots and cool stuff

using Plots

p = plot(title = "MarnieLight1", palette = :MarnieLight1)
for c in eachcol(rand(100, 7))
    scatter!(p, c)
end
display(p)

About

Beautiful Ghibli colors

Resources

License

Stars

Watchers

Forks

Packages

No packages published