JuliaAttic / Color.jl

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

min and max should be replaced by minimum and maximum #49

Closed getzdan closed 10 years ago

getzdan commented 10 years ago

in conversions.jl, colormaps.jl and utilities.jl: min and max are used instead of minimum and maximum. a search and replace should resolve this quickly.

timholy commented 10 years ago

I fixed one of these earlier today. I'm in the middle of a much bigger change right now (implementing #42), so if you want it soon maybe you could do it yourself and submit a pull request?

jiahao commented 10 years ago

Looks like this has been fixed