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
I guess we can have a scale_factor type of thing, which is 1/padding where padding is an attribute. The layout algorithm would be passed scale_factor .* markersize, and we should make clear that markersize must be Vec2f if given in a vector (i.e., markersize::Real, markersize::NTuple{2, <: Real}, markersize::Vec2f, markersize::Vector{<: Real}, markersize::Vector{<: Vec2f}) are the acceptable types here. Only these have correct multiplication semantics with scalars.
Would be nice to allow for some padding on top of
markersize
here, but I'm not sure how it would work withmarkersize
semantics.The text was updated successfully, but these errors were encountered: