You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Gadfly.jl/src/ticks.jl
Line 72 in aa6a1ad
Instead of calling
convert(T, one(T))
,oneunit(T)
should be called. May be other problems, but this is the first one.The text was updated successfully, but these errors were encountered: