Skip to content

Commit 9efb45f

Browse files
author
bvenn
committed
update range chart docs
1 parent a6bcefb commit 9efb45f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docsrc/content/range-plots.fsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ values.
1414
*)
1515

1616
open FSharp.Plotly
17+
open StyleParam
1718

1819
let rnd = System.Random()
1920

@@ -25,7 +26,7 @@ let yLower = y |> List.map (fun v -> v - rnd.NextDouble())
2526

2627

2728
let range1 =
28-
Chart.Range(x,y,yUpper,yLower,Color="grey",RangeColor="lightblue")
29+
Chart.Range(x,y,yUpper,yLower,Mode.Markers,Color="grey",RangeColor="lightblue")
2930

3031
(***do-not-eval***)
3132
range1 |> Chart.Show

lib/Formatting/FSharp.Plotly.dll

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)