https://github.com/fslaborg/FSharp.Charting
Charting library suitable for interactive F# scripting
https://github.com/fslaborg/FSharp.Charting
Last synced: about 2 hours ago
JSON representation
Charting library suitable for interactive F# scripting
- Host: GitHub
- URL: https://github.com/fslaborg/FSharp.Charting
- Owner: fslaborg
- License: other
- Created: 2013-04-13T00:45:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T16:08:07.000Z (over 5 years ago)
- Last Synced: 2025-10-09T12:22:37.804Z (about 1 month ago)
- Language: F#
- Homepage: http://fslab.org/FSharp.Charting/
- Size: 39.7 MB
- Stars: 209
- Watchers: 24
- Forks: 66
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-fsharp - FSharp.Charting - Charting library suitable for interactive F# scripting. (Visualization / Creating Type Providers)
README
# FSharp.Charting [](https://travis-ci.org/fslaborg/FSharp.Charting) [](https://ci.appveyor.com/project/tpetricek/fsharp-charting/branch/master)
The `FSharp.Charting` library implements charting suitable for use from F# scripting.
See https://fslab.org/FSharp.Charting/ and [other charting libraries for use with F#](https://fsharp.org/guides/data-science/#charting)
## Library license
The library is available under MIT. For more information see the [License file](https://github.com/fslaborg/FSharp.Charting/blob/master/LICENSE.md) in the GitHub repository.
## Maintainer(s)
- [@dsyme](https://github.com/dsyme)
- [@tpetricek](https://github.com/tpetricek)
- [@simra](https://github.com/simra)
The default maintainer account for projects under "fslaborg" is [@fsprojects](https://github.com/fsprojects) - F# Community Project Incubation Space (repo management)
## Releasing
Release packages using:
set APIKEY=...
..\fsharp\.nuget\NuGet.exe push -source https://nuget.org bin\*.nupkg %APIKEY%