2014-08-19 00:05:34 +04:00
OxyPlot is a cross-platform plotting library for .NET
2014-08-15 11:39:34 +04:00
2014-09-02 02:12:20 +04:00
- [Web page ](http://oxyplot.org )
- [Documentation ](http://oxyplot.org/documentation )
2014-09-11 00:17:45 +04:00
- [Announcements ](http://oxyplot.org/announcements ) / [atom ](http://oxyplot.org/atom.xml )
2014-09-02 02:12:20 +04:00
- [Discussion forum ](http://discussion.oxyplot.org )
- [Source repository ](http://github.com/oxyplot/oxyplot )
- [Issue tracker ](http://github.com/oxyplot/oxyplot/issues )
2014-09-11 00:17:45 +04:00
- [NuGet packages ](http://www.nuget.org/packages?q=oxyplot )
2014-09-26 11:05:43 +04:00
- [Stack Overflow ](http://stackoverflow.com/questions/tagged/oxyplot )
- [Twitter ](https://twitter.com/hashtag/oxyplot )
2015-01-14 19:33:37 +03:00
- [Gitter ](https://gitter.im/oxyplot/oxyplot ) (chat)
2014-09-02 02:12:20 +04:00
2015-01-14 19:32:00 +03:00
![License ](https://img.shields.io/badge/license-MIT-red.svg )
[![Build status ](https://img.shields.io/appveyor/ci/objorke/oxyplot.svg )](https://ci.appveyor.com/project/objorke/oxyplot)
![NuGet downloads ](https://img.shields.io/nuget/dt/oxyplot.core.svg )
![Version ](https://img.shields.io/nuget/v/OxyPlot.Core.svg )
![Pre-release version ](https://img.shields.io/nuget/vpre/OxyPlot.Core.svg )
![GitHub release ](https://img.shields.io/github/release/oxyplot/oxyplot.svg )
![GitHub tag ](https://img.shields.io/github/tag/oxyplot/oxyplot.svg )
2015-01-14 11:28:29 +03:00
2014-09-11 00:17:45 +04:00
![Plot ](http://oxyplot.org/public/images/normal-distributions.png )
2014-09-02 02:12:20 +04:00
#### Branches
2014-09-11 00:17:45 +04:00
`master` - the release branch (stable channel)
`develop` - the main branch with the latest development changes (pre-release channel)
2014-09-02 02:12:20 +04:00
2014-09-11 00:17:45 +04:00
See '[A successful git branching model](http://nvie.com/posts/a-successful-git-branching-model/)' for more information about the branching model in use.
2014-08-15 11:47:18 +04:00
#### Getting started
1. Use the NuGet package manager to add a reference to OxyPlot
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`
2014-09-02 02:12:20 +04:00
#### Examples
2014-08-15 11:47:18 +04:00
2014-09-02 02:12:20 +04:00
You can find examples in the `/Source/Examples` folder in the code repository.
2014-08-15 11:47:18 +04:00
2014-09-02 02:12:20 +04:00
#### Contribute
2014-08-15 11:47:18 +04:00
2014-09-11 00:17:45 +04:00
See [the documentation ](http://oxyplot.org/documentation/contributions ) for information about how to contribute!
2015-01-14 19:35:38 +03:00
[![Pull request status ](http://www.issuestats.com/github/oxyplot/oxyplot/badge/pr?style=flat )](http://www.issuestats.com/github/oxyplot/oxyplot/)
[![Issues closed status ](http://www.issuestats.com/github/oxyplot/oxyplot/badge/issue?style=flat )](http://www.issuestats.com/github/oxyplot/oxyplot/)