Closed non-Jedi closed 5 years ago
would be great to fix all of Gadfly's problems when used with Unitful. you are the first i know that have tried the two together. please let us know of other problems as they arise. fixing them all in a single PR would be best.
e.g.:
The problem I believe is here: https://github.com/GiovineItalia/Gadfly.jl/blob/aa6a1ad45e701a5af5a7761721dd617af8ee5c42/src/ticks.jl#L72
Instead of calling
convert(T, one(T))
,oneunit(T)
should be called. May be other problems, but this is the first one.