Skip to content

Commit 64c1130

Browse files
committed
wip docs rework
1 parent cafdf2c commit 64c1130

File tree

76 files changed

+25470
-215
lines changed

Some content is hidden

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

76 files changed

+25470
-215
lines changed

Plotly.NET.sln

Lines changed: 147 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -42,73 +42,6 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Interactive", "s
4242
EndProject
4343
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F1E1-4094-9DE4-B047581E01F0}"
4444
ProjectSection(SolutionItems) = preProject
45-
docs\00_0_basics.fsx = docs\00_0_basics.fsx
46-
docs\00_1_image-export.fsx = docs\00_1_image-export.fsx
47-
docs\00_2_display-options.fsx = docs\00_2_display-options.fsx
48-
docs\00_3_chart-config.fsx = docs\00_3_chart-config.fsx
49-
docs\00_4_templates.fsx = docs\00_4_templates.fsx
50-
docs\00_5_defaults.fsx = docs\00_5_defaults.fsx
51-
docs\00_6_multi-arguments.fsx = docs\00_6_multi-arguments.fsx
52-
docs\00_7_working-with-colors.fsx = docs\00_7_working-with-colors.fsx
53-
docs\01_0_axis-styling.fsx = docs\01_0_axis-styling.fsx
54-
docs\01_1_errorbars.fsx = docs\01_1_errorbars.fsx
55-
docs\01_2_multiple-charts.fsx = docs\01_2_multiple-charts.fsx
56-
docs\01_3_shapes.fsx = docs\01_3_shapes.fsx
57-
docs\01_4_annotations.fsx = docs\01_4_annotations.fsx
58-
docs\01_5_layout_images.fsx = docs\01_5_layout_images.fsx
59-
docs\01_6_Sliders.fsx = docs\01_6_Sliders.fsx
60-
docs\01_7_update_menus.fsx = docs\01_7_update_menus.fsx
61-
docs\02_0_line-scatter-plots.fsx = docs\02_0_line-scatter-plots.fsx
62-
docs\02_1_bar-and-column-charts.fsx = docs\02_1_bar-and-column-charts.fsx
63-
docs\02_2_area-plots.fsx = docs\02_2_area-plots.fsx
64-
docs\02_3_range-plots.fsx = docs\02_3_range-plots.fsx
65-
docs\02_4_bubble-charts.fsx = docs\02_4_bubble-charts.fsx
66-
docs\02_5_pie-doughnut-charts.fsx = docs\02_5_pie-doughnut-charts.fsx
67-
docs\02_6_table.fsx = docs\02_6_table.fsx
68-
docs\02_7_heatmaps.fsx = docs\02_7_heatmaps.fsx
69-
docs\02_8_Images.fsx = docs\02_8_Images.fsx
70-
docs\02_9_multicategory.fsx = docs\02_9_multicategory.fsx
71-
docs\03_0_3d-scatter-plots.fsx = docs\03_0_3d-scatter-plots.fsx
72-
docs\03_1_3d-surface-plots.fsx = docs\03_1_3d-surface-plots.fsx
73-
docs\03_2_3d-mesh-plots.fsx = docs\03_2_3d-mesh-plots.fsx
74-
docs\03_3_3d-cone-charts.fsx = docs\03_3_3d-cone-charts.fsx
75-
docs\03_4_3d-streamtube-plots.fsx = docs\03_4_3d-streamtube-plots.fsx
76-
docs\03_5_3d-volume-plots.fsx = docs\03_5_3d-volume-plots.fsx
77-
docs\03_6_3d-isosurface-plots .fsx = docs\03_6_3d-isosurface-plots .fsx
78-
docs\04_0_histograms.fsx = docs\04_0_histograms.fsx
79-
docs\04_1_box-plots.fsx = docs\04_1_box-plots.fsx
80-
docs\04_2_violin-plots.fsx = docs\04_2_violin-plots.fsx
81-
docs\04_3_contour-plots.fsx = docs\04_3_contour-plots.fsx
82-
docs\04_4_2d-histograms.fsx = docs\04_4_2d-histograms.fsx
83-
docs\04_5_splom.fsx = docs\04_5_splom.fsx
84-
docs\04_6_point-density.fsx = docs\04_6_point-density.fsx
85-
docs\05_0_geo-vs-mapbox.fsx = docs\05_0_geo-vs-mapbox.fsx
86-
docs\05_1_geo-plots.fsx = docs\05_1_geo-plots.fsx
87-
docs\05_2_choropleth-map.fsx = docs\05_2_choropleth-map.fsx
88-
docs\06_0_geo-vs-mapbox.fsx = docs\06_0_geo-vs-mapbox.fsx
89-
docs\06_1_mapbox-plots.fsx = docs\06_1_mapbox-plots.fsx
90-
docs\06_2_choropleth-mapbox.fsx = docs\06_2_choropleth-mapbox.fsx
91-
docs\06_3_density-mapbox.fsx = docs\06_3_density-mapbox.fsx
92-
docs\07_0_ohlc.fsx = docs\07_0_ohlc.fsx
93-
docs\07_1_candlestick.fsx = docs\07_1_candlestick.fsx
94-
docs\07_2_funnel.fsx = docs\07_2_funnel.fsx
95-
docs\07_3_funnel_area.fsx = docs\07_3_funnel_area.fsx
96-
docs\07_4_indicator.fsx = docs\07_4_indicator.fsx
97-
docs\07_5_waterfall.fsx = docs\07_5_waterfall.fsx
98-
docs\08_0_polar_line-scatter-plots.fsx = docs\08_0_polar_line-scatter-plots.fsx
99-
docs\08_1_polar_bar_charts.fsx = docs\08_1_polar_bar_charts.fsx
100-
docs\08_2_styling_polar_layouts.fsx = docs\08_2_styling_polar_layouts.fsx
101-
docs\09_0_parallel-categories.fsx = docs\09_0_parallel-categories.fsx
102-
docs\09_1_parallel-coords.fsx = docs\09_1_parallel-coords.fsx
103-
docs\09_2_sankey.fsx = docs\09_2_sankey.fsx
104-
docs\09_3_icicle.fsx = docs\09_3_icicle.fsx
105-
docs\09_4_treemap.fsx = docs\09_4_treemap.fsx
106-
docs\09_5_sunburst.fsx = docs\09_5_sunburst.fsx
107-
docs\10_0_ternary_line_scatter_plots.fsx = docs\10_0_ternary_line_scatter_plots.fsx
108-
docs\10_1_styling_ternary_layouts.fsx = docs\10_1_styling_ternary_layouts.fsx
109-
docs\11_1_carpet_line_scatter_plots.fsx = docs\11_1_carpet_line_scatter_plots.fsx
110-
docs\11_2_contourcarpet_plots.fsx = docs\11_2_contourcarpet_plots.fsx
111-
docs\12_1_smith_line_scatter_plots.fsx = docs\12_1_smith_line_scatter_plots.fsx
11245
docs\Dockerfile = docs\Dockerfile
11346
docs\index.fsx = docs\index.fsx
11447
docs\NuGet.config = docs\NuGet.config
@@ -173,6 +106,138 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpTestBase", "tests\Com
173106
EndProject
174107
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpTestBase", "tests\Common\FSharpTestBase\FSharpTestBase.fsproj", "{18F778B2-3409-4309-8C9B-596109072481}"
175108
EndProject
109+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02_simple-charts", "02_simple-charts", "{72F32BE1-D22B-49F9-AC20-47EE94EA7B95}"
110+
ProjectSection(SolutionItems) = preProject
111+
docs\simple-charts\area-plots.fsx = docs\simple-charts\area-plots.fsx
112+
docs\simple-charts\bar-and-column-charts.fsx = docs\simple-charts\bar-and-column-charts.fsx
113+
docs\simple-charts\bubble-charts.fsx = docs\simple-charts\bubble-charts.fsx
114+
docs\simple-charts\heatmaps.fsx = docs\simple-charts\heatmaps.fsx
115+
docs\simple-charts\images.fsx = docs\simple-charts\images.fsx
116+
docs\simple-charts\line-scatter-plots.fsx = docs\simple-charts\line-scatter-plots.fsx
117+
docs\simple-charts\multicategory.fsx = docs\simple-charts\multicategory.fsx
118+
docs\simple-charts\pie-doughnut-charts.fsx = docs\simple-charts\pie-doughnut-charts.fsx
119+
docs\simple-charts\range-plots.fsx = docs\simple-charts\range-plots.fsx
120+
docs\simple-charts\table.fsx = docs\simple-charts\table.fsx
121+
EndProjectSection
122+
EndProject
123+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03_3D-charts", "03_3D-charts", "{A731D91F-56BB-4A68-8AB2-857E3BC28E2F}"
124+
ProjectSection(SolutionItems) = preProject
125+
docs\3D-charts\3d-cone-charts.fsx = docs\3D-charts\3d-cone-charts.fsx
126+
docs\3D-charts\3d-isosurface-plots .fsx = docs\3D-charts\3d-isosurface-plots .fsx
127+
docs\3D-charts\3d-mesh-plots.fsx = docs\3D-charts\3d-mesh-plots.fsx
128+
docs\3D-charts\3d-scatter-plots.fsx = docs\3D-charts\3d-scatter-plots.fsx
129+
docs\3D-charts\3d-streamtube-plots.fsx = docs\3D-charts\3d-streamtube-plots.fsx
130+
docs\3D-charts\3d-surface-plots.fsx = docs\3D-charts\3d-surface-plots.fsx
131+
docs\3D-charts\3d-volume-plots.fsx = docs\3D-charts\3d-volume-plots.fsx
132+
EndProjectSection
133+
EndProject
134+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "11_carpet-charts", "11_carpet-charts", "{2107C818-7626-4F2C-8D8C-640BA3AC73E7}"
135+
ProjectSection(SolutionItems) = preProject
136+
docs\carpet-charts\carpet_line_scatter_plots.fsx = docs\carpet-charts\carpet_line_scatter_plots.fsx
137+
docs\carpet-charts\contourcarpet_plots.fsx = docs\carpet-charts\contourcarpet_plots.fsx
138+
EndProjectSection
139+
EndProject
140+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9025690-FABC-4BD3-AC94-F31B60A948B4}"
141+
EndProject
142+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "04_distribution-charts", "04_distribution-charts", "{F1E45BDD-4538-45DE-BB9F-D13589920741}"
143+
ProjectSection(SolutionItems) = preProject
144+
docs\distribution-charts\2d-histograms.fsx = docs\distribution-charts\2d-histograms.fsx
145+
docs\distribution-charts\box-plots.fsx = docs\distribution-charts\box-plots.fsx
146+
docs\distribution-charts\contour-plots.fsx = docs\distribution-charts\contour-plots.fsx
147+
docs\distribution-charts\histograms.fsx = docs\distribution-charts\histograms.fsx
148+
docs\distribution-charts\point-density.fsx = docs\distribution-charts\point-density.fsx
149+
docs\distribution-charts\splom.fsx = docs\distribution-charts\splom.fsx
150+
docs\distribution-charts\violin-plots.fsx = docs\distribution-charts\violin-plots.fsx
151+
EndProjectSection
152+
EndProject
153+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01_chart-layout", "01_chart-layout", "{C7D0EF67-9A18-49DD-AC79-944E384BD8D0}"
154+
ProjectSection(SolutionItems) = preProject
155+
docs\chart-layout\annotations.fsx = docs\chart-layout\annotations.fsx
156+
docs\chart-layout\axis-styling.fsx = docs\chart-layout\axis-styling.fsx
157+
docs\chart-layout\errorbars.fsx = docs\chart-layout\errorbars.fsx
158+
docs\chart-layout\layout_images.fsx = docs\chart-layout\layout_images.fsx
159+
docs\chart-layout\multiple-charts.fsx = docs\chart-layout\multiple-charts.fsx
160+
docs\chart-layout\shapes.fsx = docs\chart-layout\shapes.fsx
161+
docs\chart-layout\sliders.fsx = docs\chart-layout\sliders.fsx
162+
docs\chart-layout\update_menus.fsx = docs\chart-layout\update_menus.fsx
163+
EndProjectSection
164+
EndProject
165+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "09_categorical-charts", "09_categorical-charts", "{5CF8B13D-1FDA-4CE2-8E94-D4CCF3C2FF7E}"
166+
ProjectSection(SolutionItems) = preProject
167+
docs\categorical-charts\icicle.fsx = docs\categorical-charts\icicle.fsx
168+
docs\categorical-charts\parallel-categories.fsx = docs\categorical-charts\parallel-categories.fsx
169+
docs\categorical-charts\parallel-coords.fsx = docs\categorical-charts\parallel-coords.fsx
170+
docs\categorical-charts\sankey.fsx = docs\categorical-charts\sankey.fsx
171+
docs\categorical-charts\sunburst.fsx = docs\categorical-charts\sunburst.fsx
172+
docs\categorical-charts\treemap.fsx = docs\categorical-charts\treemap.fsx
173+
EndProjectSection
174+
EndProject
175+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00_general", "00_general", "{1DC28919-9EA4-4C4F-8498-0F8F6ED310AB}"
176+
ProjectSection(SolutionItems) = preProject
177+
docs\general\basics.fsx = docs\general\basics.fsx
178+
docs\general\chart-config.fsx = docs\general\chart-config.fsx
179+
docs\general\defaults.fsx = docs\general\defaults.fsx
180+
docs\general\display-options.fsx = docs\general\display-options.fsx
181+
docs\general\image-export.fsx = docs\general\image-export.fsx
182+
docs\general\multi-arguments.fsx = docs\general\multi-arguments.fsx
183+
docs\general\styling-markers.fsx = docs\general\styling-markers.fsx
184+
docs\general\templates.fsx = docs\general\templates.fsx
185+
docs\general\working-with-colors.fsx = docs\general\working-with-colors.fsx
186+
EndProjectSection
187+
EndProject
188+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "07_finance-charts", "07_finance-charts", "{4F46C723-889A-45F7-977C-60146455B6AA}"
189+
ProjectSection(SolutionItems) = preProject
190+
docs\finance-charts\candlestick.fsx = docs\finance-charts\candlestick.fsx
191+
docs\finance-charts\funnel.fsx = docs\finance-charts\funnel.fsx
192+
docs\finance-charts\funnel_area.fsx = docs\finance-charts\funnel_area.fsx
193+
docs\finance-charts\indicator.fsx = docs\finance-charts\indicator.fsx
194+
docs\finance-charts\ohlc.fsx = docs\finance-charts\ohlc.fsx
195+
docs\finance-charts\waterfall.fsx = docs\finance-charts\waterfall.fsx
196+
EndProjectSection
197+
EndProject
198+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "05_geo-map-charts", "05_geo-map-charts", "{A872A11A-9459-42A9-8B14-0195B66D121F}"
199+
ProjectSection(SolutionItems) = preProject
200+
docs\geo-map-charts\choropleth-map.fsx = docs\geo-map-charts\choropleth-map.fsx
201+
docs\geo-map-charts\geo-plots.fsx = docs\geo-map-charts\geo-plots.fsx
202+
docs\geo-map-charts\geo-vs-mapbox.fsx = docs\geo-map-charts\geo-vs-mapbox.fsx
203+
EndProjectSection
204+
EndProject
205+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "06_mapbox-map-charts", "06_mapbox-map-charts", "{722ED5DC-FF5E-44C1-A91B-2D094B92B3DA}"
206+
ProjectSection(SolutionItems) = preProject
207+
docs\mapbox-map-charts\choropleth-mapbox.fsx = docs\mapbox-map-charts\choropleth-mapbox.fsx
208+
docs\mapbox-map-charts\density-mapbox.fsx = docs\mapbox-map-charts\density-mapbox.fsx
209+
docs\mapbox-map-charts\geo-vs-mapbox.fsx = docs\mapbox-map-charts\geo-vs-mapbox.fsx
210+
docs\mapbox-map-charts\mapbox-plots.fsx = docs\mapbox-map-charts\mapbox-plots.fsx
211+
EndProjectSection
212+
EndProject
213+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "12_smith-charts", "12_smith-charts", "{D36E0ABA-B89C-42D9-A2AD-CFA1B3D1E08A}"
214+
ProjectSection(SolutionItems) = preProject
215+
docs\smith-charts\smith_line_scatter_plots.fsx = docs\smith-charts\smith_line_scatter_plots.fsx
216+
EndProjectSection
217+
EndProject
218+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "08_polar-charts", "08_polar-charts", "{7432D5ED-0D0D-4F15-A3AC-CC2BFA4F211F}"
219+
ProjectSection(SolutionItems) = preProject
220+
docs\polar-charts\polar_bar_charts.fsx = docs\polar-charts\polar_bar_charts.fsx
221+
docs\polar-charts\polar_line-scatter-plots.fsx = docs\polar-charts\polar_line-scatter-plots.fsx
222+
docs\polar-charts\styling_polar_layouts.fsx = docs\polar-charts\styling_polar_layouts.fsx
223+
EndProjectSection
224+
EndProject
225+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10_ternary-charts", "10_ternary-charts", "{2DF92AB2-7B8C-48D5-B779-26BA1F31BCA1}"
226+
ProjectSection(SolutionItems) = preProject
227+
docs\ternary-charts\styling_ternary_layouts.fsx = docs\ternary-charts\styling_ternary_layouts.fsx
228+
docs\ternary-charts\ternary_line_scatter_plots.fsx = docs\ternary-charts\ternary_line_scatter_plots.fsx
229+
EndProjectSection
230+
EndProject
231+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{0D955C86-2E86-4D50-828A-6CF5AD99A119}"
232+
ProjectSection(SolutionItems) = preProject
233+
docs\data\2011_february_aa_flight_paths.csv = docs\data\2011_february_aa_flight_paths.csv
234+
docs\data\fips-unemp-16.csv = docs\data\fips-unemp-16.csv
235+
docs\data\geojson-counties-fips.json = docs\data\geojson-counties-fips.json
236+
docs\data\iris.csv = docs\data\iris.csv
237+
docs\data\streamtube-wind.csv = docs\data\streamtube-wind.csv
238+
docs\data\volcano.csv = docs\data\volcano.csv
239+
EndProjectSection
240+
EndProject
176241
Global
177242
GlobalSection(SolutionConfigurationPlatforms) = preSolution
178243
Debug|Any CPU = Debug|Any CPU
@@ -291,6 +356,21 @@ Global
291356
{6CFE1FBD-0999-4704-9F79-8A3D31580477} = {EAE25A1F-86FC-426B-803F-1006D1AD06A8}
292357
{9B73CE85-9F85-42DB-8CEC-7A49B70189ED} = {6CFE1FBD-0999-4704-9F79-8A3D31580477}
293358
{18F778B2-3409-4309-8C9B-596109072481} = {6CFE1FBD-0999-4704-9F79-8A3D31580477}
359+
{72F32BE1-D22B-49F9-AC20-47EE94EA7B95} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
360+
{A731D91F-56BB-4A68-8AB2-857E3BC28E2F} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
361+
{2107C818-7626-4F2C-8D8C-640BA3AC73E7} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
362+
{A9025690-FABC-4BD3-AC94-F31B60A948B4} = {7B09CC0A-F1E1-4094-9DE4-B047581E01F0}
363+
{F1E45BDD-4538-45DE-BB9F-D13589920741} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
364+
{C7D0EF67-9A18-49DD-AC79-944E384BD8D0} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
365+
{5CF8B13D-1FDA-4CE2-8E94-D4CCF3C2FF7E} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
366+
{1DC28919-9EA4-4C4F-8498-0F8F6ED310AB} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
367+
{4F46C723-889A-45F7-977C-60146455B6AA} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
368+
{A872A11A-9459-42A9-8B14-0195B66D121F} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
369+
{722ED5DC-FF5E-44C1-A91B-2D094B92B3DA} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
370+
{D36E0ABA-B89C-42D9-A2AD-CFA1B3D1E08A} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
371+
{7432D5ED-0D0D-4F15-A3AC-CC2BFA4F211F} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
372+
{2DF92AB2-7B8C-48D5-B779-26BA1F31BCA1} = {A9025690-FABC-4BD3-AC94-F31B60A948B4}
373+
{0D955C86-2E86-4D50-828A-6CF5AD99A119} = {7B09CC0A-F1E1-4094-9DE4-B047581E01F0}
294374
EndGlobalSection
295375
GlobalSection(ExtensibilityGlobals) = postSolution
296376
SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}

docs/03_3_3d-cone-charts.fsx renamed to docs/3D-charts/3d-cone-charts.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 4
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/03_6_3d-isosurface-plots .fsx renamed to docs/3D-charts/3d-isosurface-plots .fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 7
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/03_2_3d-mesh-plots.fsx renamed to docs/3D-charts/3d-mesh-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 3
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/03_0_3d-scatter-plots.fsx renamed to docs/3D-charts/3d-scatter-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index: 1
1414
#r "nuget: Newtonsoft.JSON, 13.0.1"
1515
#r "nuget: DynamicObj, 2.0.0"
1616
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
17-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
17+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1818

1919
Plotly.NET.Defaults.DefaultDisplayOptions <-
2020
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/03_4_3d-streamtube-plots.fsx renamed to docs/3D-charts/3d-streamtube-plots.fsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 5
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)
@@ -36,16 +36,20 @@ let's first create some data for the purpose of creating example charts:
3636
*)
3737

3838
#r "nuget: Deedle"
39-
#r "nuget: FSharp.Data"
39+
#r "nuget: FsHttp"
4040

4141
open Deedle
42-
open FSharp.Data
42+
open FsHttp
4343
open System
4444
open Plotly.NET
4545
open Plotly.NET.TraceObjects
4646

4747
let tubeData =
48-
Http.RequestString @"https://raw.githubusercontent.com/plotly/datasets/master/streamtube-wind.csv"
48+
http {
49+
GET @"https://raw.githubusercontent.com/plotly/datasets/master/streamtube-wind.csv"
50+
}
51+
|> Request.send
52+
|> Response.toFormattedText
4953
|> Frame.ReadCsvString
5054

5155
let streamTube =

docs/03_1_3d-surface-plots.fsx renamed to docs/3D-charts/3d-surface-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 2
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/03_5_3d-volume-plots.fsx renamed to docs/3D-charts/3d-volume-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 6
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/11_1_carpet_line_scatter_plots.fsx renamed to docs/carpet-charts/carpet_line_scatter_plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 1
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

docs/11_2_contourcarpet_plots.fsx renamed to docs/carpet-charts/contourcarpet_plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index: 2
1313
#r "nuget: Newtonsoft.JSON, 13.0.1"
1414
#r "nuget: DynamicObj, 2.0.0"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
16-
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
16+
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

1818
Plotly.NET.Defaults.DefaultDisplayOptions <-
1919
Plotly.NET.DisplayOptions.init (PlotlyJSReference = Plotly.NET.PlotlyJSReference.NoReference)

0 commit comments

Comments
 (0)