JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

Displaying color matrices #14

Closed JeffBezanson closed 10 years ago

JeffBezanson commented 10 years ago

Originally from https://github.com/JuliaLang/julia/issues/5510

color matrices come out only as vectors

A=["red" "blue";"green" "yellow"]
map(color,A)

should be a matrix, appears as a vector