Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fslaborg/xplot
A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/
https://github.com/fslaborg/xplot
fsharp
Last synced: 7 days ago
JSON representation
A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/
- Host: GitHub
- URL: https://github.com/fslaborg/xplot
- Owner: fslaborg
- License: apache-2.0
- Created: 2014-09-29T07:20:53.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:25:34.000Z (about 1 month ago)
- Last Synced: 2025-01-28T11:09:28.477Z (12 days ago)
- Topics: fsharp
- Language: F#
- Homepage: http://fslaborg.github.io/XPlot/
- Size: 8.2 MB
- Stars: 289
- Watchers: 29
- Forks: 70
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# XPlot
XPlot is a largely "done" project. It works for what it does, but it is not feature-complete enough.
For a much more feature-complete way to build Plotly charts with F#, use Plotly.NET: https://plotly.net/
[![Nuget Badge](https://buildstats.info/nuget/XPlot.Plotly)](https://www.nuget.org/packages/XPlot.Plotly/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](code-of-conduct.md) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/fslaborg/xplot)
![XPlot logo](misc/XPlot.png)
XPlot is splendid data visualization package for F# and .NET. Uses [Plotly](https://plot.ly/graphing-libraries/) and [Google Charts](https://developers.google.com/chart/) as "backends" to render fancy visualization.
## Try XPlot in your browser
Click this button to launch a Binder instance, where you can get plotting interactively!
The `fsharp/Docs/Plotting with Xplot` and `csharp/Docs/Plotting with Xplot` notebooks show many ways you can plot data.
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dotnet/interactive/main?urlpath=lab)
## Contributing
This repository is governed by the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/).
We pledge to be overt in our openness, welcoming all people to contribute, and pledging in return to value them as whole human beings and to foster an atmosphere of kindness, cooperation, and understanding.
**No contribution is too small. We appreciate everything from spelling fixes to brand-new features.**
### Gitpod quickstart
If you'd like to use contribute without leaving your browser, just click this button to create a new online environment:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fslaborg/xplot)
This will provision an environment with all necessary dependencies so you can just write some code.
### Local development
To develop locally, first [download the latest .NET Core SDK](https://dotnet.microsoft.com/download).
Then, if you're on Unix, just run this from the command line:
.\build.sh
If you're on Windows, run this from the command line:
.\build.cmd
You can then open the project in the editing enviroment you prefer most. We recommend Visual Studio Code.
## Documentation
http://fslaborg.github.io/XPlot/
## NuGet
* [Plotly](http://www.nuget.org/packages/XPlot.Plotly/)
* [Google Charts](http://www.nuget.org/packages/XPlot.GoogleCharts/)
* [Deedle Helpers for Google Charts](http://www.nuget.org/packages/XPlot.GoogleCharts.Deedle/)## Release
set APIKEY=...
dotnet fsi build.fsx -- -p Release## Contact
* Maintainers are [@zyzhu](http://github.com/zyzhu), [@cartermp](http://github.com/cartermp) and backup maintainer [@dsyme](http://github.com/dsyme)