Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxyplot/oxyplot
A cross-platform plotting library for .NET
https://github.com/oxyplot/oxyplot
c-sharp charts dotnet netcore netstandard plot-library plotting plotting-library wpf
Last synced: 29 days ago
JSON representation
A cross-platform plotting library for .NET
- Host: GitHub
- URL: https://github.com/oxyplot/oxyplot
- Owner: oxyplot
- License: mit
- Created: 2014-08-12T22:47:55.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-20T12:20:51.000Z (about 2 months ago)
- Last Synced: 2024-09-30T21:08:06.273Z (about 1 month ago)
- Topics: c-sharp, charts, dotnet, netcore, netstandard, plot-library, plotting, plotting-library, wpf
- Language: C#
- Homepage: https://oxyplot.github.io/
- Size: 33.5 MB
- Stars: 3,260
- Watchers: 165
- Forks: 957
- Open Issues: 589
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-dotnet-machine-learning - OxyPlot - platform plotting library for .NET. (Uncategorized / Uncategorized)
- awesome-xamarin - OxyPlot ★1,311 - Cross-platform plotting library for .NET. (Charts)
README
OxyPlot is a cross-platform plotting library for .NET
![Plot](https://oxyplot.github.io/public/images/normal-distributions.png)
#### Getting started
1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
2. Add a `PlotView` to your user interface
3. Create a `PlotModel` in your code
4. Bind the `PlotModel` to the `Model` property of your `PlotView`#### Examples
You can find examples in the `/Source/Examples` folder in the code repository.
#### NuGet packages
The latest pre-release packages are pushed to [myget.org](https://www.myget.org/). To install these packages, set the myget.org package source `https://www.myget.org/F/oxyplot` and remember the "-pre" flag.
The stable release packages will be pushed to [nuget.org](https://www.nuget.org/packages?q=oxyplot). Note that we have have a lot of old (v2015.\*) and pre-release packages on this feed, and sometimes these show up even if they are unlisted.
See the [wiki](https://github.com/oxyplot/oxyplot/wiki/NuGet-packages) for information about the available packages.
#### More information
- [Web page](https://oxyplot.github.io)
- [Documentation](https://oxyplot.readthedocs.io/en/latest/)
- [NuGet packages](https://www.nuget.org/packages?q=oxyplot)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/oxyplot)
- [Twitter](https://twitter.com/hashtag/oxyplot)
- [Gitter](https://gitter.im/oxyplot/oxyplot) (chat)#### Contribute
See [Contributing](.github/CONTRIBUTING.md) for information about how to contribute!