Just added 3 lines to strip the unit of the ribbon attribute when dealing with the y axis. I think this is sufficient. Let's see how CI likes this tiny change and if ti passes I'll add an example, a test, and bump the version for a release.
PS: Locally this now works:
julia> plot(x, -x.^2 .* 1u"m", ribbon=500u"cm") # now works
Fix #65?
Just added 3 lines to strip the unit of the
ribbon
attribute when dealing with the y axis. I think this is sufficient. Let's see how CI likes this tiny change and if ti passes I'll add an example, a test, and bump the version for a release.PS: Locally this now works:
and outputs