Skip to content

Commit 38e17dc

Browse files
committed
remove implicit conversions
1 parent 26e1eab commit 38e17dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04_3_contour-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ Chart.Contour(
101101
z,
102102
ContoursColoring = StyleParam.ContourColoring.Heatmap,
103103
ShowContourLabels = true,
104-
ContourLabelFont = Font.init(Size = 12, Color = Color.fromKeyword White)
104+
ContourLabelFont = Font.init(Size = 12., Color = Color.fromKeyword White)
105105
)

0 commit comments

Comments
 (0)