ScottPlot 5.1.58 (original) (raw)
ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets.
The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code.
Quickstart
double[] dataX = { 1, 2, 3, 4, 5 };
double[] dataY = { 1, 4, 9, 16, 25 };
ScottPlot.Plot myPlot = new();
myPlot.Add.Scatter(dataX, dataY);
myPlot.SavePng("quickstart.png", 400, 300);

Windows Forms Quickstart
Install the ScottPlot.WinForms NuGet package, drop a FormsPlot from the toolbox onto your form, then add the following to your start-up sequence:
double[] dataX = { 1, 2, 3, 4, 5 };
double[] dataY = { 1, 4, 9, 16, 25 };
formsPlot1.Plot.Add.Scatter(dataX, dataY);
formsPlot1.Refresh();

More Quickstarts
- Console Application Quickstart
- Windows Forms Quickstart
- WPF Quickstart
- WinUI Quickstart
- Uno Platform Quickstart
- Avalonia Quickstart
- Eto Quickstart
- Blazor Quickstart
- Powershell Quickstart
- Polyglot Notebook Quickstart
Interactive Demo
The ScottPlot Demo allows you to run these examples interactively.
ScottPlot Cookbook
The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code.
| Product | Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
.NETFramework 4.6.2
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.1)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.119.0)
- System.ValueTuple (>= 4.6.1)
.NETStandard 2.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.1)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.119.0)
net10.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.1)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.119.0)
net8.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.1)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.119.0)
net9.0
- HarfBuzzSharp.NativeAssets.Linux (>= 8.3.1.1)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.119.0)
Include prerelease
Include vulnerable
Include deprecated
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.58 | 166,216 | 3/29/2026 |
| 5.1.57 | 458,475 | 10/11/2025 |
| 5.0.56 | 156,247 | 8/23/2025 |
| 5.0.55 | 507,666 | 3/22/2025 |
| 5.0.54 | 233,439 | 1/26/2025 |
| 5.0.53 | 26,460 | 1/13/2025 |
| 5.0.52 | 11,958 | 1/9/2025 |
| 5.0.51 | 4,030 | 1/8/2025 |
| 5.0.50 | 6,725 | 1/7/2025 |
| 5.0.49 | 4,159 | 1/6/2025 |
| 5.0.48 | 3,856 | 1/6/2025 |
| 5.0.47 | 118,537 | 11/24/2024 |
| 5.0.46 | 34,531 | 11/17/2024 |
| 5.0.45 | 15,071 | 11/13/2024 |
| 5.0.44 | 9,051 | 11/9/2024 |
| 5.0.43 | 41,634 | 11/3/2024 |
| 5.0.42 | 15,226 | 10/30/2024 |
| 5.0.41 | 6,386 | 10/28/2024 |
| 5.0.40 | 21,314 | 10/16/2024 |
| 5.0.39 | 157,502 | 9/9/2024 |

