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
Copy file name to clipboardExpand all lines: Sources/SwiftVizScale/BandScale.swift
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -180,14 +180,21 @@ public struct BandScale<CategoryType: Comparable, OutputType: ConvertibleWithDou
180
180
/// - Parameter value: A discrete item from the list provided as the domain for the scale.
181
181
/// - Returns: A band that wraps the category found in the domain with start and end values for the range of the band, or `nil` if the value isn't contained by the domain.
Copy file name to clipboardExpand all lines: Sources/SwiftVizScale/PointScale.swift
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -165,15 +165,20 @@ public struct PointScale<CategoryType: Comparable, OutputType: ConvertibleWithDo
165
165
/// - Parameter value: A discrete item from the list provided as the domain for the scale.
166
166
/// - Returns: A location along the range that indicates a point that matches with the value you provided, or `nil` if the value isn't contained by the domain.
0 commit comments