Skip to content

Commit 3203bf1

Browse files
committed
Rename All instancec of FSharp.Plotly to Plotly.NET
1 parent 4865c5a commit 3203bf1

File tree

101 files changed

+279
-276
lines changed

Some content is hidden

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

101 files changed

+279
-276
lines changed

Diff for: .config/dotnet-tools.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"fake-cli": {
6-
"version": "5.20.0",
6+
"version": "5.20.3",
77
"commands": [
88
"fake"
99
]
1010
},
1111
"paket": {
12-
"version": "5.245.2",
12+
"version": "5.249.2",
1313
"commands": [
1414
"paket"
1515
]

Diff for: FSharp.Plotly.sln renamed to Plotly.NET.sln

+27-28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 16
34
VisualStudioVersion = 16.0.29709.97
@@ -9,10 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B
910
paket.references = paket.references
1011
EndProjectSection
1112
EndProject
12-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
13-
EndProject
14-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly", "src\FSharp.Plotly\FSharp.Plotly.fsproj", "{F635BEEF-9609-4485-8C72-D8090A5F40A2}"
15-
EndProject
1613
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1714
ProjectSection(SolutionItems) = preProject
1815
.config\dotnet-tools.json = .config\dotnet-tools.json
@@ -65,10 +62,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D
6562
docsrc\content\windrose-charts.fsx = docsrc\content\windrose-charts.fsx
6663
EndProjectSection
6764
EndProject
68-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
69-
EndProject
70-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly.Tests", "tests\FSharp.Plotly.Tests\FSharp.Plotly.Tests.fsproj", "{82EEB69B-361E-486E-9F54-D346A8C76CC9}"
71-
EndProject
7265
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}"
7366
ProjectSection(SolutionItems) = preProject
7467
.gitattributes = .gitattributes
@@ -84,7 +77,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08
8477
build.sh = build.sh
8578
EndProjectSection
8679
EndProject
87-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly.WPF", "src\FSharp.Plotly.WPF\FSharp.Plotly.WPF.fsproj", "{B88586CA-044D-4D65-AB51-A7339C83D42F}"
80+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET", "src\Plotly.NET\Plotly.NET.fsproj", "{DFAC135B-36B8-4347-B1DD-B5E0144610C2}"
81+
EndProject
82+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.WPF", "src\Plotly.NET.WPF\Plotly.NET.WPF.fsproj", "{C73BB0AE-B1AD-446A-9833-7A9543853EFA}"
83+
EndProject
84+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8C673526-8416-4DB2-AA73-908B5871A733}"
85+
EndProject
86+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Tests", "tests\Plotly.NET.Tests\Plotly.NET.Tests.fsproj", "{DA6EFE18-664F-4915-A4A9-46B679D1E598}"
8887
EndProject
8988
Global
9089
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -93,30 +92,30 @@ Global
9392
Release|Any CPU = Release|Any CPU
9493
EndGlobalSection
9594
GlobalSection(ProjectConfigurationPlatforms) = postSolution
96-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
97-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
98-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
99-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
100-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
101-
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Release|Any CPU.Build.0 = Release|Any CPU
102-
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
103-
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
104-
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
105-
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
106-
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Release|Any CPU.Build.0 = Release|Any CPU
107-
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
108-
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Debug|Any CPU.Build.0 = Debug|Any CPU
109-
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
110-
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Release|Any CPU.ActiveCfg = Release|Any CPU
111-
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Release|Any CPU.Build.0 = Release|Any CPU
95+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
96+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
97+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
98+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
99+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
100+
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.Build.0 = Release|Any CPU
101+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
103+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
104+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
105+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
106+
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Release|Any CPU.Build.0 = Release|Any CPU
107+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
108+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Debug|Any CPU.Build.0 = Debug|Any CPU
109+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
110+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
111+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Release|Any CPU.ActiveCfg = Release|Any CPU
112+
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Release|Any CPU.Build.0 = Release|Any CPU
112113
EndGlobalSection
113114
GlobalSection(SolutionProperties) = preSolution
114115
HideSolutionNode = FALSE
115116
EndGlobalSection
116117
GlobalSection(NestedProjects) = preSolution
117-
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
118-
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
119-
{82EEB69B-361E-486E-9F54-D346A8C76CC9} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
118+
{DA6EFE18-664F-4915-A4A9-46B679D1E598} = {8C673526-8416-4DB2-AA73-908B5871A733}
120119
EndGlobalSection
121120
GlobalSection(ExtensibilityGlobals) = postSolution
122121
SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FSharp.Plotly
1+
Plotly.NET
22
=============
33

4-
The library FSharp.Plotly implements charting suitable for use from F# scripting. Once you load the library as followed, you can use the members of the 'Chart' type to easily build charts.
4+
The library Plotly.NET implements charting suitable for use from F# scripting. Once you load the library as followed, you can use the members of the 'Chart' type to easily build charts.
55

66
Documentation
77
=============
88

9-
The documentation can be found [here.](http://muehlhaus.github.io/FSharp.Plotly/)
9+
The documentation can be found [here.](http://muehlhaus.github.io/Plotly.NET/)
1010
The documentation for this library is automatically generated (using the F# Formatting) from *.fsx and *.md files in the docs folder. If you find a typo, please submit a pull request!
1111

1212

Diff for: RELEASE_NOTES.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### 1.2.3 - May 31 2020
2-
* [Add Rangesliders for linear Axis](https://github.com/muehlhaus/FSharp.Plotly/commit/544641492195b1938697721b72814e0187a6c979)
3-
* [Improve jupyter notebook integration](https://github.com/muehlhaus/FSharp.Plotly/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
4-
* [Updated Violin Chart](https://github.com/muehlhaus/FSharp.Plotly/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
2+
* [Add Rangesliders for linear Axis](https://github.com/plotly/Plotly.NET/commit/544641492195b1938697721b72814e0187a6c979)
3+
* [Improve jupyter notebook integration](https://github.com/plotly/Plotly.NET/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
4+
* [Updated Violin Chart](https://github.com/plotly/Plotly.NET/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
55
* Add Chart.withColorBar and Chart.withColorBarStyle to change the appearance of colorbars
66
* [Add Stackgroup related parameters to all charts derived from the scatter trace]()
77
* [Refactor Chart.Stack]():
@@ -16,27 +16,27 @@
1616
* [Add ScatterGeo, PointGeo, LineGeo Charts]
1717

1818
### 1.2.2 - Apr 9 2020
19-
* [Opening Charts is now more or less OS agnostic](https://github.com/muehlhaus/FSharp.Plotly/commit/f6e3dceade085e43e7e56b478b9cf7b533a4fe55)
19+
* [Opening Charts is now more or less OS agnostic](https://github.com/plotly/Plotly.NET/commit/f6e3dceade085e43e7e56b478b9cf7b533a4fe55)
2020

2121

2222
### 1.2.1 - Apr 8 2020
23-
* [Improve C# interop](https://github.com/muehlhaus/FSharp.Plotly/commit/4bc8a45d4cdea3961c15429680923927b47a2840) by using null as default parameter for optional parameters in chart extensions and requiring qualified access for style parameters
23+
* [Improve C# interop](https://github.com/plotly/Plotly.NET/commit/4bc8a45d4cdea3961c15429680923927b47a2840) by using null as default parameter for optional parameters in chart extensions and requiring qualified access for style parameters
2424

2525

2626
### 1.2.0 - Feb 17 2020
2727
Additional functionality:
28-
* [Various marker style options](https://github.com/muehlhaus/FSharp.Plotly/commit/11a80f94d9fb9f94a4504073955e009746e9fd0d)
29-
* [Config support](https://github.com/muehlhaus/FSharp.Plotly/commit/70998edd586553b40a8b95de56d86639902a5420)
30-
* [Chart.Stack works now with both 2D and 3D Charts](https://github.com/muehlhaus/FSharp.Plotly/commit/db7ce675a73f37598590f24ac99c246fce78759e)
28+
* [Various marker style options](https://github.com/plotly/Plotly.NET/commit/11a80f94d9fb9f94a4504073955e009746e9fd0d)
29+
* [Config support](https://github.com/plotly/Plotly.NET/commit/70998edd586553b40a8b95de56d86639902a5420)
30+
* [Chart.Stack works now with both 2D and 3D Charts](https://github.com/plotly/Plotly.NET/commit/db7ce675a73f37598590f24ac99c246fce78759e)
3131

3232
Additional plots:
33-
* [Parallel Categories](https://github.com/muehlhaus/FSharp.Plotly/commit/adaf9e361d9fe8ac3b51a8832ffbb024cd3d78dc)
34-
* [Stacked Area](https://github.com/muehlhaus/FSharp.Plotly/commit/612666883ac07f21350d3da3d6749387a9cb1f4d)
35-
* [Tables](https://github.com/muehlhaus/FSharp.Plotly/commit/6bfc9e34072c486546ad3fbf118f027e57c6114c)
33+
* [Parallel Categories](https://github.com/plotly/Plotly.NET/commit/adaf9e361d9fe8ac3b51a8832ffbb024cd3d78dc)
34+
* [Stacked Area](https://github.com/plotly/Plotly.NET/commit/612666883ac07f21350d3da3d6749387a9cb1f4d)
35+
* [Tables](https://github.com/plotly/Plotly.NET/commit/6bfc9e34072c486546ad3fbf118f027e57c6114c)
3636

3737
Additional functionality and plots thanks to external open source contributors:
38-
* You can now [add descriptional text to the chart html](https://github.com/muehlhaus/FSharp.Plotly/commit/bd99364d1fcfe894c772ad2fe9c59b31a37dc547) (thanks @kkkmail)
39-
* [Sankey and Candlestick Charts are now available](https://github.com/muehlhaus/FSharp.Plotly/commit/f1e873d7e2c2cc5a60c2365058880419668d1804) (thanks @fwaris)
38+
* You can now [add descriptional text to the chart html](https://github.com/plotly/Plotly.NET/commit/bd99364d1fcfe894c772ad2fe9c59b31a37dc547) (thanks @kkkmail)
39+
* [Sankey and Candlestick Charts are now available](https://github.com/plotly/Plotly.NET/commit/f1e873d7e2c2cc5a60c2365058880419668d1804) (thanks @fwaris)
4040

4141

4242
### 1.1.2 - Aug 16 2018

Diff for: build.fsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ let openOsSpecificFile path =
4242
else
4343
invalidOp "Not supported OS platform"
4444

45-
let project = "FSharp.Plotly"
45+
let project = "Plotly.NET"
4646

4747
let summary = "A F# interactive charting library using plotly.js"
4848

49-
let solutionFile = "FSharp.Plotly.sln"
49+
let solutionFile = "Plotly.NET.sln"
5050

5151
let configuration = "Release"
5252

5353
let testAssemblies = "tests/**/bin" </> configuration </> "**" </> "*Tests.exe"
5454

5555
// Git configuration (used for publishing documentation in gh-pages branch)
5656
// The profile where the project is posted
57-
let gitOwner = "muehlhaus"
57+
let gitOwner = "plotly"
5858
let gitHome = sprintf "%s/%s" "https://github.com" gitOwner
5959

60-
let gitName = "FSharp.Plotly"
60+
let gitName = "Plotly.NET"
6161

62-
let website = "/FSharp.Plotly"
62+
let website = "/Plotly.NET"
6363

6464
let pkgDir = "pkg"
6565

@@ -118,7 +118,7 @@ Target.create "CopyBinaries" (fun _ ->
118118

119119
Target.create "CopyBinariesDotnet" (fun _ ->
120120
!! "src/**/*.fsproj"
121-
-- "src/FSharp.Plotly.WPF/FSharp.Plotly.WPF.fsproj"
121+
-- "src/Plotly.NET.WPF/Plotly.NET.WPF.fsproj"
122122
|> Seq.map (fun f -> ((Path.getDirectory f) </> "bin" </> "Dotnet", "bin" </> (Path.GetFileNameWithoutExtension f)))
123123
|> Seq.iter (fun (fromDir, toDir) -> Shell.copyDir toDir fromDir (fun _ -> true))
124124
)

Diff for: docsrc/content/2d-histograms.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
(*** hide ***)
22
#r "netstandard"
33
#r "../../packages/Newtonsoft.Json/lib/netstandard2.0/Newtonsoft.Json.dll"
4-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
4+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
55

66

77

88
(**
9-
# FSharp.Plotly: Histogram2d
9+
# Plotly.NET: Histogram2d
1010
1111
*Summary:* This example shows how to create a bi-dimensional histogram of two data samples in F#.
1212
1313
A Histogram2d chart can be created using the `Chart.Histogram2d` or `Chart.Histogram2dContour` functions.
1414
*)
1515

16-
open FSharp.Plotly
16+
open Plotly.NET
1717

1818
// generate random normaly distributed data
1919
let normal (rnd:System.Random) mu tau =

Diff for: docsrc/content/3d-line-plots.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: Scatter3d Charts with lines
6+
# Plotly.NET: Scatter3d Charts with lines
77
88
*Summary:* This example shows how to create three-dimensional scatter charts in F#.
99
1010
A Scatter3d chart report shows a three-dimensional spinnable view of your data as line with markers
1111
*)
1212

13-
open FSharp.Plotly
13+
open Plotly.NET
1414
open System
1515

1616
let c = [0. .. 0.5 .. 15.]

Diff for: docsrc/content/3d-mesh-plots.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55

66
(**
7-
# FSharp.Plotly: Mesh3d
7+
# Plotly.NET: Mesh3d
88
99
*Summary:* This example shows how to create 3D-Mesh charts in F#.
1010
1111
*)
1212

1313
open System
14-
open FSharp.Plotly
14+
open Plotly.NET
1515

1616

1717
// Generate linearly spaced vector

Diff for: docsrc/content/3d-scatter-plots.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: Scatter3d Charts
6+
# Plotly.NET: Scatter3d Charts
77
88
*Summary:* This example shows how to create three-dimensional scatter charts in F#.
99
1010
A Scatter3d chart report shows a three-dimensional spinnable view of your data
1111
*)
1212

13-
open FSharp.Plotly
13+
open Plotly.NET
1414

1515
let x = [19; 26; 55;]
1616
let y = [19; 26; 55;]

Diff for: docsrc/content/3d-surface-plots.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: 3D surface plot Charts
6+
# Plotly.NET: 3D surface plot Charts
77
88
*Summary:* This example shows how to create 3D surface plots in F#.
99
*)
1010

1111
open System
12-
open FSharp.Plotly
12+
open Plotly.NET
1313

1414

1515
// Generate linearly spaced vector

Diff for: docsrc/content/area-plots.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: Area Charts
6+
# Plotly.NET: Area Charts
77
88
*Summary:* This example shows how to create an area charts in F#.
99
1010
An area chart or area graph displays graphically quantitive data. It is based on the line chart.
1111
The area between axis and line are commonly emphasized with colors, textures and hatchings.
1212
*)
1313

14-
open FSharp.Plotly
14+
open Plotly.NET
1515

1616
let x = [1.; 2.; 3.; 4.; 5.; 6.; 7.; 8.; 9.; 10.; ]
1717
let y = [5.; 2.5; 5.; 7.5; 5.; 2.5; 7.5; 4.5; 5.5; 5.]

Diff for: docsrc/content/bar-charts.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: Bar and Column Charts
6+
# Plotly.NET: Bar and Column Charts
77
88
*Summary:* This example shows how to create bar and a column charts in F#.
99
@@ -12,7 +12,7 @@ lengths proportional to the values that they represent. The bars can be plotted
1212
or horizontally. A vertical bar chart is called a column bar chart.
1313
*)
1414

15-
open FSharp.Plotly
15+
open Plotly.NET
1616

1717
let values = [20; 14; 23;]
1818
let keys = ["Product A"; "Product B"; "Product C";]

Diff for: docsrc/content/box-plots.fsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44

55
(**
6-
# FSharp.Plotly: BoxPlot Charts
6+
# Plotly.NET: BoxPlot Charts
77
88
*Summary:* This example shows how to create boxplot charts in F#.
99
@@ -13,8 +13,8 @@ and lower quartiles, hence the terms box-and-whisker plot and box-and-whisker di
1313
Outliers may be plotted as individual points.
1414
*)
1515

16-
open FSharp.Plotly
17-
open FSharp.Plotly.StyleParam
16+
open Plotly.NET
17+
open Plotly.NET.StyleParam
1818

1919
let y = [2.; 1.5; 5.; 1.5; 3.; 2.5; 2.5; 1.5; 3.5; 1.]
2020
let x = ["bin1";"bin2";"bin1";"bin2";"bin1";"bin2";"bin1";"bin1";"bin2";"bin1"]

Diff for: docsrc/content/bubble-charts.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
3+
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
44
(**
5-
# FSharp.Plotly: Bubble chart
5+
# Plotly.NET: Bubble chart
66
77
*Summary:* This example shows how to create pie and doughnut charts in F#.
88
@@ -11,7 +11,7 @@ of associated data is plotted as a disk. The first two values determine the disk
1111
third its size.
1212
*)
1313

14-
open FSharp.Plotly
14+
open Plotly.NET
1515

1616
let x = [2; 4; 6;]
1717
let y = [4; 1; 6;]

0 commit comments

Comments
 (0)