We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e1eab commit 38e17dcCopy full SHA for 38e17dc
docs/04_3_contour-plots.fsx
@@ -101,5 +101,5 @@ Chart.Contour(
101
z,
102
ContoursColoring = StyleParam.ContourColoring.Heatmap,
103
ShowContourLabels = true,
104
- ContourLabelFont = Font.init(Size = 12, Color = Color.fromKeyword White)
+ ContourLabelFont = Font.init(Size = 12., Color = Color.fromKeyword White)
105
)
0 commit comments