Skip to content

Commit e8b3b15

Browse files
committed
update README
1 parent d35b4bf commit e8b3b15

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
[OxyPlot](https://github.com/oxyplot/oxyplot) is a cross-platform plotting library for .NET
1+
[OxyPlot](https://github.com/oxyplot/oxyplot) is a cross-platform plotting library for .NET.
22

3-
This repository contains the Maui implementation with SkiaSharp base on [OxyPlot.SkiaSharp.Wpf](https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.SkiaSharp.Wpf)
4-
5-
[Here](https://github.com/iniceice88/OxyPlot.Xamarin.Forms.Skia) is the xamarin version
3+
This repository contains the Maui implementation with SkiaSharp, based on [OxyPlot.SkiaSharp.Wpf](https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.SkiaSharp.Wpf).
64

75
![License](https://img.shields.io/badge/license-MIT-red.svg)
86

97
#### Features
10-
- Pan(single-finger,two-finger or by drag axis) and Zoom
8+
- Pan (single-finger, two-finger or by dragging the axis)
9+
- Zoom
1110
- Show tracker
1211
- Unicode support
1312

1413
#### Examples
1514

16-
You can find examples in the `/Source/Examples` folder in the code repository.
15+
You can find examples in the [ExampleLibrary](https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/ExampleLibrary).
1716

18-
![Plot](ScreenShots/normal-distributions.png)
17+
![Plot](ScreenShots/normal-distributions.png)

0 commit comments

Comments
 (0)