Skip to content

Commit 3e76b07

Browse files
committed
Add DynamicObj reference to doc scripts
1 parent 4a56b77 commit 3e76b07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+45
-0
lines changed

docs/0_0_basics.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ index: 1
1212

1313
(*** condition: prepare ***)
1414
#r "nuget: Newtonsoft.JSON, 12.0.3"
15+
#r "nuget: DynamicObj"
16+
open DynamicObj
1517
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1618

1719
(*** condition: ipynb ***)

docs/0_1_image-export.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ index: 2
1212

1313
(*** condition: prepare ***)
1414
#r "nuget: Newtonsoft.JSON, 12.0.3"
15+
#r "nuget: DynamicObj"
1516
#r "nuget: PuppeteerSharp"
1617
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1718
#r "../bin/Plotly.NET.ImageExport/netstandard2.0/Plotly.NET.ImageExport.dll"

docs/0_2_display-options.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/0_3_chart-config.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/1_0_axis-styling.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/1_1_errorbars.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/1_2_multiple-charts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/1_3_shapes.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/1_4_annotations.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 5
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_0_line-scatter-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_1_bar-and-column-charts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_2_area-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_3_range-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_4_bubble-charts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 5
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_5_pie-doughnut-charts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 6
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_6_table.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 7
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/2_7_heatmaps.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 8
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/3_0_3d-scatter-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ index: 1
1212

1313
(*** condition: prepare ***)
1414
#r "nuget: Newtonsoft.JSON, 12.0.3"
15+
#r "nuget: DynamicObj"
1516
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1617

1718
(*** condition: ipynb ***)

docs/3_1_3d-line-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/3_2_3d-surface-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/3_3_3d-mesh-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/4_0_histograms.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ index: 1
1212

1313
(*** condition: prepare ***)
1414
#r "nuget: Newtonsoft.JSON, 12.0.3"
15+
#r "nuget: DynamicObj"
1516
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1617

1718
(*** condition: ipynb ***)

docs/4_1_box-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/4_2_violin-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/4_3_contour-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/4_4_2d-histograms.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/4_5_splom.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 5
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/5_0_geo-vs-mapbox.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/5_1_geo-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/5_2_choropleth-map.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/6_0_geo-vs-mapbox.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/6_1_mapbox-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/6_2_choropleth-mapbox.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/6_3_density-mapbox.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 4
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/7_0_candlestick.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/7_1_funnel.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/7_2_funnel_area.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/8_0_polar_line-scatter-plots.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/8_1_polar_bar_charts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/8_2_styling_polar_layouts.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 3
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/9_0_parallel-categories.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 1
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/9_1_parallel-coords.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index: 2
1111

1212
(*** condition: prepare ***)
1313
#r "nuget: Newtonsoft.JSON, 12.0.3"
14+
#r "nuget: DynamicObj"
1415
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1516

1617
(*** condition: ipynb ***)

docs/9_2_sankey.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ index: 3
1212

1313
(*** condition: prepare ***)
1414
#r "nuget: Newtonsoft.JSON, 12.0.3"
15+
#r "nuget: DynamicObj"
1516
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1617

1718
(*** condition: ipynb ***)

docs/index.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
(*** condition: prepare ***)
44
#r "nuget: Newtonsoft.JSON, 12.0.3"
5+
#r "nuget: DynamicObj"
56
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
67

78
(*** condition: ipynb ***)

0 commit comments

Comments
 (0)