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 23c35b1 commit e3b147aCopy full SHA for e3b147a
docs/content/histograms.fsx
@@ -20,6 +20,6 @@ let x = [for i=0 to 500 do yield rnd.NextDouble() ]
20
x
21
|> Chart.Histogram
22
|> Chart.withSize(500.,500.)
23
-//(*** include-it:histo1 ***)
24
-|> Chart.Show
+(*** include-it:histo1 ***)
+
25
0 commit comments