ScottPlot 4.1.13-beta

This is a prerelease version of ScottPlot.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ScottPlot --version 4.1.13-beta                
NuGet\Install-Package ScottPlot -Version 4.1.13-beta                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ScottPlot" Version="4.1.13-beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot --version 4.1.13-beta                
#r "nuget: ScottPlot, 4.1.13-beta"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ScottPlot as a Cake Addin
#addin nuget:?package=ScottPlot&version=4.1.13-beta&prerelease

// Install ScottPlot as a Cake Tool
#tool nuget:?package=ScottPlot&version=4.1.13-beta&prerelease                

ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets.

alternate text is missing from this package README image

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[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};

var plt = new ScottPlot.Plot(400, 300);
plt.AddScatter(xs, ys);
plt.SaveFig("console.png");

alternate text is missing from this package README image

Windows Forms Quickstart

Drop a FormsPlot from the toolbox onto your form and add the following to your start-up sequence:

double[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};
formsPlot1.Plot.AddScatter(xs, ys);

alternate text is missing from this package README image

More Quickstarts

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.

alternate text is missing from this package README image

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 was computed.  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 was computed.  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. 
.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 is compatible.  net462 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (34)

Showing the top 5 NuGet packages that depend on ScottPlot:

Package Downloads
ScottPlot.WPF

User controls for displaying interactive plots in WPF applications

ScottPlot.WinForms

User controls for displaying interactive plots in Windows Forms applications

ScottPlot.Avalonia

User controls for displaying interactive plots in Avalonia applications

ScottPlot.Eto

User controls for displaying interactive plots in Eto applications

Spectrogram

A .NET Standard library for creating spectrograms

GitHub repositories (18)

Showing the top 5 popular GitHub repositories that depend on ScottPlot:

Repository Stars
QuestPDF/QuestPDF
QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
ScottPlot/ScottPlot
Interactive plotting library for .NET
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
Version Downloads Last updated
5.0.54 37,817 1/26/2025
5.0.53 14,556 1/13/2025
5.0.52 4,543 1/9/2025
5.0.51 1,834 1/8/2025
5.0.50 1,934 1/7/2025
5.0.49 439 1/6/2025
5.0.48 2,634 1/6/2025
5.0.47 49,518 11/24/2024
5.0.46 17,979 11/17/2024
5.0.45 9,492 11/13/2024
5.0.44 6,102 11/9/2024
5.0.43 19,484 11/3/2024
5.0.42 5,867 10/30/2024
5.0.41 5,191 10/28/2024
5.0.40 13,141 10/16/2024
5.0.39 67,561 9/9/2024
5.0.38 8,319 9/2/2024
5.0.37 43,318 7/30/2024
5.0.36 47,031 6/29/2024
5.0.35 24,992 6/10/2024
5.0.34 71,218 5/5/2024
5.0.33 868 5/4/2024
5.0.32 3,722 5/1/2024
5.0.31 4,936 4/27/2024
5.0.30 1,168 4/27/2024
5.0.29 551 4/26/2024
5.0.28 1,482 4/25/2024
5.0.27 10,976 4/23/2024
5.0.26 16,153 4/14/2024
5.0.25 17,281 4/8/2024
5.0.24 3,434 4/7/2024
5.0.23 12,523 3/24/2024
5.0.22 10,403 3/17/2024
5.0.21 32,945 1/29/2024
5.0.20 7,238 1/22/2024
5.0.19 1,729 1/19/2024
5.0.18 2,674 1/18/2024
5.0.17 3,121 1/17/2024
5.0.16 702 1/16/2024
5.0.15 2,851 1/14/2024
5.0.14-beta 418 1/11/2024
5.0.13-beta 319 1/10/2024
5.0.12-beta 267 1/9/2024
5.0.11-beta 1,548 12/28/2023
5.0.10-beta 3,378 12/4/2023
5.0.9-beta 11,817 10/3/2023
5.0.8-beta 30,528 8/13/2023
5.0.7-beta 1,083 8/7/2023
5.0.6-beta 9,239 7/9/2023
5.0.5-beta 1,878 5/18/2023
5.0.4-beta 2,760 4/9/2023
5.0.3-beta 555 4/3/2023
5.0.2-beta 3,393 2/28/2023
5.0.1-beta 1,413 2/9/2023
5.0.0-beta 2,606 1/1/2023
4.1.74 31,006 4/14/2024
4.1.73 11,700 3/24/2024
4.1.72 4,988 3/17/2024
4.1.71 12,743 1/22/2024
4.1.70 49,278 12/28/2023
4.1.69 28,631 12/4/2023
4.1.68 83,794 10/3/2023
4.1.67 63,157 8/13/2023
4.1.66 55,374 8/7/2023
4.1.65 26,924 7/9/2023
4.1.64 62,316 5/18/2023
4.1.63 23,690 4/9/2023
4.1.62 8,151 4/3/2023
4.1.61 38,031 2/28/2023
4.1.60 54,815 12/23/2022
4.1.59 101,771 11/7/2022
4.1.58 34,266 9/9/2022
4.1.57 28,248 8/18/2022
4.1.56 2,510 8/16/2022
4.1.55 4,806 8/15/2022
4.1.53 3,320 8/12/2022
4.1.52 51,323 7/10/2022
4.1.51 7,020 6/30/2022
4.1.50 3,458 6/26/2022
4.1.49 3,634 6/22/2022
4.1.48 4,364 6/9/2022
4.1.47 2,897 6/8/2022
4.1.46 2,829 6/6/2022
4.1.45 39,283 5/6/2022
4.1.44 2,031 5/5/2022
4.1.43 6,769 5/3/2022
4.1.42 2,471 5/1/2022
4.1.41 12,310 4/9/2022
4.1.40 2,617 4/7/2022
4.1.39 9,500 4/1/2022
4.1.38 2,044 3/31/2022
4.1.37 77,690 3/26/2022
4.1.36 6,779 3/19/2022
4.1.35 5,512 3/7/2022
4.1.34 6,125 3/4/2022
4.1.33 17,009 2/5/2022
4.1.32 6,198 1/24/2022
4.1.31 11,141 1/18/2022
4.1.30 2,729 1/15/2022
4.1.29 19,530 1/2/2022
4.1.28 1,879 1/2/2022
4.1.27 46,317 10/24/2021
4.1.26 8,386 10/12/2021
4.1.25 5,504 10/6/2021
4.1.24 2,703 9/26/2021
4.1.23 1,297 9/26/2021
4.1.22 1,305 9/26/2021
4.1.21 3,651 9/18/2021
4.1.20 4,227 9/9/2021
4.1.19 1,473 9/8/2021
4.1.18 4,085 9/8/2021
4.1.17 40,439 8/25/2021
4.1.16 17,774 5/30/2021
4.1.15 1,756 5/27/2021
4.1.14 4,359 5/23/2021
4.1.13-beta 1,648 5/2/2021
4.1.12-beta 1,383 4/12/2021
4.1.11-beta 4,949 3/30/2021
4.1.10-beta 1,440 3/21/2021
4.1.9-beta 2,399 2/21/2021
4.1.8-beta 910 2/16/2021
4.1.7-beta 2,974 2/14/2021
4.1.6-beta 1,098 2/8/2021
4.1.5-beta 968 2/1/2021
4.1.4-beta 861 1/25/2021
4.1.3-beta 1,061 12/27/2020
4.1.2-beta 997 12/12/2020
4.1.1-beta 923 11/29/2020
4.1.0-beta 890 11/29/2020
4.0.49 6,519 8/25/2021
4.0.48 66,446 12/27/2020
4.0.47 17,669 12/13/2020
4.0.46 1,493 12/11/2020
4.0.45 2,934 11/25/2020
4.0.44 1,643 11/22/2020
4.0.42 30,008 9/27/2020
4.0.41 1,506 9/26/2020
4.0.40 2,438 9/20/2020
4.0.39 38,223 8/9/2020
4.0.38 3,918 7/7/2020
4.0.37 2,866 6/22/2020
4.0.36 1,267 6/22/2020
4.0.35 2,288 6/9/2020
4.0.34 3,191 5/18/2020
4.0.33 1,319 5/18/2020
4.0.32 1,324 5/17/2020
4.0.31 2,458 5/6/2020
4.0.30 1,426 5/4/2020
4.0.29 30,253 4/11/2020
4.0.28 2,029 4/7/2020
4.0.27 1,818 4/5/2020
4.0.26 1,460 4/5/2020
4.0.25 1,881 3/29/2020
4.0.24 1,465 3/27/2020
4.0.23 1,405 3/23/2020
4.0.22 1,617 3/17/2020
4.0.21 11,293 3/15/2020
4.0.19 2,750 2/29/2020
4.0.18 5,689 2/7/2020
4.0.17 1,919 2/6/2020
4.0.16 1,398 2/2/2020
4.0.15 1,456 1/28/2020
4.0.14 1,440 1/24/2020
4.0.13 2,204 1/21/2020
4.0.12 1,223 1/21/2020
4.0.11 1,336 1/19/2020
4.0.10 1,456 1/18/2020
4.0.9 6,545 12/4/2019
4.0.8 767 12/3/2019
4.0.7 1,310 12/1/2019
4.0.5 1,544 11/27/2019
4.0.4 1,335 11/24/2019
4.0.3 1,296 11/23/2019
4.0.2 1,500 11/9/2019
4.0.1 2,814 11/3/2019
3.1.6 3,994 10/21/2019
3.1.5 1,054 10/7/2019
3.1.4 924 9/22/2019
3.1.3 1,176 8/25/2019
3.1.1 1,145 8/20/2019
3.0.9 2,006 8/12/2019
3.0.8 988 8/4/2019
3.0.7 890 7/27/2019
3.0.6 981 6/30/2019
3.0.5 881 6/24/2019
3.0.4 814 6/24/2019
3.0.3 3,292 5/29/2019
3.0.2 906 5/28/2019
3.0.1 1,927 5/28/2019

Interactive WinForms control: ScottPlot.WinForms
Interactive WPF control: ScottPlot.WPF
Interactive Avalonia control: ScottPlot.Avalonia

Release notes: https://github.com/swharden/ScottPlot/releases
Release cookbook: https://swharden.com/scottplot/cookbook
Release demo: https://swharden.com/scottplot/demo