Skip to content

Commit

Permalink
Rename All instancec of FSharp.Plotly to Plotly.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Sep 11, 2020
1 parent 4865c5a commit 3203bf1
Show file tree
Hide file tree
Showing 101 changed files with 279 additions and 276 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.0",
"version": "5.20.3",
"commands": [
"fake"
]
},
"paket": {
"version": "5.245.2",
"version": "5.249.2",
"commands": [
"paket"
]
Expand Down
55 changes: 27 additions & 28 deletions FSharp.Plotly.sln → Plotly.NET.sln
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
Expand All @@ -9,10 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B
paket.references = paket.references
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly", "src\FSharp.Plotly\FSharp.Plotly.fsproj", "{F635BEEF-9609-4485-8C72-D8090A5F40A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
Expand Down Expand Up @@ -65,10 +62,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D
docsrc\content\windrose-charts.fsx = docsrc\content\windrose-charts.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly.Tests", "tests\FSharp.Plotly.Tests\FSharp.Plotly.Tests.fsproj", "{82EEB69B-361E-486E-9F54-D346A8C76CC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
Expand All @@ -84,7 +77,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08
build.sh = build.sh
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly.WPF", "src\FSharp.Plotly.WPF\FSharp.Plotly.WPF.fsproj", "{B88586CA-044D-4D65-AB51-A7339C83D42F}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET", "src\Plotly.NET\Plotly.NET.fsproj", "{DFAC135B-36B8-4347-B1DD-B5E0144610C2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.WPF", "src\Plotly.NET.WPF\Plotly.NET.WPF.fsproj", "{C73BB0AE-B1AD-446A-9833-7A9543853EFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8C673526-8416-4DB2-AA73-908B5871A733}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Tests", "tests\Plotly.NET.Tests\Plotly.NET.Tests.fsproj", "{DA6EFE18-664F-4915-A4A9-46B679D1E598}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -93,30 +92,30 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F635BEEF-9609-4485-8C72-D8090A5F40A2}.Release|Any CPU.Build.0 = Release|Any CPU
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82EEB69B-361E-486E-9F54-D346A8C76CC9}.Release|Any CPU.Build.0 = Release|Any CPU
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B88586CA-044D-4D65-AB51-A7339C83D42F}.Release|Any CPU.Build.0 = Release|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAC135B-36B8-4347-B1DD-B5E0144610C2}.Release|Any CPU.Build.0 = Release|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C73BB0AE-B1AD-446A-9833-7A9543853EFA}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Dotnet|Any CPU.ActiveCfg = Dotnet|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Dotnet|Any CPU.Build.0 = Dotnet|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6EFE18-664F-4915-A4A9-46B679D1E598}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{82EEB69B-361E-486E-9F54-D346A8C76CC9} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{DA6EFE18-664F-4915-A4A9-46B679D1E598} = {8C673526-8416-4DB2-AA73-908B5871A733}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7177F1E1-341C-48AB-9864-6B525FFF7633}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FSharp.Plotly
Plotly.NET
=============

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.
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.

Documentation
=============

The documentation can be found [here.](http://muehlhaus.github.io/FSharp.Plotly/)
The documentation can be found [here.](http://muehlhaus.github.io/Plotly.NET/)
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!


Expand Down
26 changes: 13 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 1.2.3 - May 31 2020
* [Add Rangesliders for linear Axis](https://github.com/muehlhaus/FSharp.Plotly/commit/544641492195b1938697721b72814e0187a6c979)
* [Improve jupyter notebook integration](https://github.com/muehlhaus/FSharp.Plotly/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
* [Updated Violin Chart](https://github.com/muehlhaus/FSharp.Plotly/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
* [Add Rangesliders for linear Axis](https://github.com/plotly/Plotly.NET/commit/544641492195b1938697721b72814e0187a6c979)
* [Improve jupyter notebook integration](https://github.com/plotly/Plotly.NET/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
* [Updated Violin Chart](https://github.com/plotly/Plotly.NET/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
* Add Chart.withColorBar and Chart.withColorBarStyle to change the appearance of colorbars
* [Add Stackgroup related parameters to all charts derived from the scatter trace]()
* [Refactor Chart.Stack]():
Expand All @@ -16,27 +16,27 @@
* [Add ScatterGeo, PointGeo, LineGeo Charts]

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


### 1.2.1 - Apr 8 2020
* [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
* [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


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

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

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


### 1.1.2 - Aug 16 2018
Expand Down
12 changes: 6 additions & 6 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@ let openOsSpecificFile path =
else
invalidOp "Not supported OS platform"

let project = "FSharp.Plotly"
let project = "Plotly.NET"

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

let solutionFile = "FSharp.Plotly.sln"
let solutionFile = "Plotly.NET.sln"

let configuration = "Release"

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

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

let gitName = "FSharp.Plotly"
let gitName = "Plotly.NET"

let website = "/FSharp.Plotly"
let website = "/Plotly.NET"

let pkgDir = "pkg"

Expand Down Expand Up @@ -118,7 +118,7 @@ Target.create "CopyBinaries" (fun _ ->

Target.create "CopyBinariesDotnet" (fun _ ->
!! "src/**/*.fsproj"
-- "src/FSharp.Plotly.WPF/FSharp.Plotly.WPF.fsproj"
-- "src/Plotly.NET.WPF/Plotly.NET.WPF.fsproj"
|> Seq.map (fun f -> ((Path.getDirectory f) </> "bin" </> "Dotnet", "bin" </> (Path.GetFileNameWithoutExtension f)))
|> Seq.iter (fun (fromDir, toDir) -> Shell.copyDir toDir fromDir (fun _ -> true))
)
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/2d-histograms.fsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
(*** hide ***)
#r "netstandard"
#r "../../packages/Newtonsoft.Json/lib/netstandard2.0/Newtonsoft.Json.dll"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"



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

open FSharp.Plotly
open Plotly.NET

// generate random normaly distributed data
let normal (rnd:System.Random) mu tau =
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/3d-line-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

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

open FSharp.Plotly
open Plotly.NET
open System

let c = [0. .. 0.5 .. 15.]
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/3d-mesh-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"


(**
# FSharp.Plotly: Mesh3d
# Plotly.NET: Mesh3d
*Summary:* This example shows how to create 3D-Mesh charts in F#.
*)

open System
open FSharp.Plotly
open Plotly.NET


// Generate linearly spaced vector
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/3d-scatter-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

(**
# FSharp.Plotly: Scatter3d Charts
# Plotly.NET: Scatter3d Charts
*Summary:* This example shows how to create three-dimensional scatter charts in F#.
A Scatter3d chart report shows a three-dimensional spinnable view of your data
*)

open FSharp.Plotly
open Plotly.NET

let x = [19; 26; 55;]
let y = [19; 26; 55;]
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/3d-surface-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

(**
# FSharp.Plotly: 3D surface plot Charts
# Plotly.NET: 3D surface plot Charts
*Summary:* This example shows how to create 3D surface plots in F#.
*)

open System
open FSharp.Plotly
open Plotly.NET


// Generate linearly spaced vector
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/area-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

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

open FSharp.Plotly
open Plotly.NET

let x = [1.; 2.; 3.; 4.; 5.; 6.; 7.; 8.; 9.; 10.; ]
let y = [5.; 2.5; 5.; 7.5; 5.; 2.5; 7.5; 4.5; 5.5; 5.]
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/bar-charts.fsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

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

open FSharp.Plotly
open Plotly.NET

let values = [20; 14; 23;]
let keys = ["Product A"; "Product B"; "Product C";]
Expand Down
8 changes: 4 additions & 4 deletions docsrc/content/box-plots.fsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"

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

open FSharp.Plotly
open FSharp.Plotly.StyleParam
open Plotly.NET
open Plotly.NET.StyleParam

let y = [2.; 1.5; 5.; 1.5; 3.; 2.5; 2.5; 1.5; 3.5; 1.]
let x = ["bin1";"bin2";"bin1";"bin2";"bin1";"bin2";"bin1";"bin1";"bin2";"bin1"]
Expand Down
6 changes: 3 additions & 3 deletions docsrc/content/bubble-charts.fsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(*** hide ***)
#r "netstandard"
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
#r "../../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
(**
# FSharp.Plotly: Bubble chart
# Plotly.NET: Bubble chart
*Summary:* This example shows how to create pie and doughnut charts in F#.
Expand All @@ -11,7 +11,7 @@ of associated data is plotted as a disk. The first two values determine the disk
third its size.
*)

open FSharp.Plotly
open Plotly.NET

let x = [2; 4; 6;]
let y = [4; 1; 6;]
Expand Down

0 comments on commit 3203bf1

Please sign in to comment.