Closed DougBurke closed 4 years ago
Rework the domain and range support
This is a breaking change, but hopefully for simple cases it doesn't require a code change (even though constructors have been added or moved):
SDomain
DomainLimits
ScaleDomain
SDomainOpt
Rework the domain and range support
This is a breaking change, but hopefully for simple cases it doesn't require a code change (even though constructors have been added or moved):
SDomain
takes a new typeDomainLimits
, but its fields are names that were used inScaleDomain
so should not require a code change for many usersSDomainOpt
is new but takes an existing type (ScaleDomain
)