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.
<PackageVersion Include="ScottPlot" Version="4.1.13-beta" />
                    
Directory.Packages.props
<PackageReference Include="ScottPlot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package ScottPlot@4.1.13-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ScottPlot&version=4.1.13-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ScottPlot&version=4.1.13-beta&prerelease
                    
Install as a Cake Tool

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.  net10.0 was computed.  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 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 (38)

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 (20)

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

Repository Stars
QuestPDF/QuestPDF
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.
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
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
polterguy/magic
An AI-based Low-Code and No-Code software development automation framework
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
rstropek/Samples
ShootMe/FallGuysStats
Fall Guys Stats Tracker
project-sbc/Handheld-Control-Panel
RomanZhu/FixedPoint-Sharp
Fixed point math with 48.16 precision (based on lib by https://github.com/fholm)
HerrRiebmann/KDS2Bluetooth
Kawasaki Diagnostic Service Reader via Bluetooth
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
nicolasdeory/firelight
A modular game integration for Razer Chroma and other RGB LED devices for League of Legends, Rocket League, Fortnite and many more.
ryanjon2040/UnrealNetworkProfiler
A modern WPF based Network Profiler for Unreal Engine.
RiddleTime/Race-Element
Solutions for Simulators
Version Downloads Last Updated
5.0.55 133,280 3/22/2025
5.0.54 113,654 1/26/2025
5.0.53 18,158 1/13/2025
5.0.52 6,473 1/9/2025
5.0.51 2,490 1/8/2025
5.0.50 3,786 1/7/2025
5.0.49 634 1/6/2025
5.0.48 2,912 1/6/2025
5.0.47 69,463 11/24/2024
5.0.46 24,186 11/17/2024
5.0.45 12,105 11/13/2024
5.0.44 6,670 11/9/2024
5.0.43 28,298 11/3/2024
5.0.42 6,914 10/30/2024
5.0.41 5,449 10/28/2024
5.0.40 14,518 10/16/2024
5.0.39 95,098 9/9/2024
5.0.38 10,787 9/2/2024
5.0.37 57,246 7/30/2024
5.0.36 53,184 6/29/2024
5.0.35 28,998 6/10/2024
5.0.34 83,476 5/5/2024
5.0.33 935 5/4/2024
5.0.32 4,049 5/1/2024
5.0.31 5,091 4/27/2024
5.0.30 1,385 4/27/2024
5.0.29 627 4/26/2024
5.0.28 1,555 4/25/2024
5.0.27 11,869 4/23/2024
5.0.26 17,471 4/14/2024
5.0.25 19,102 4/8/2024
5.0.24 3,601 4/7/2024
5.0.23 14,388 3/24/2024
5.0.22 12,167 3/17/2024
5.0.21 36,799 1/29/2024
5.0.20 7,870 1/22/2024
5.0.19 1,957 1/19/2024
5.0.18 2,767 1/18/2024
5.0.17 3,662 1/17/2024
5.0.16 799 1/16/2024
5.0.15 5,004 1/14/2024
5.0.14-beta 453 1/11/2024
5.0.13-beta 342 1/10/2024
5.0.12-beta 290 1/9/2024
5.0.11-beta 1,595 12/28/2023
5.0.10-beta 3,453 12/4/2023
5.0.9-beta 11,900 10/3/2023
5.0.8-beta 30,643 8/13/2023
5.0.7-beta 1,133 8/7/2023
5.0.6-beta 11,128 7/9/2023
5.0.5-beta 1,948 5/18/2023
5.0.4-beta 2,876 4/9/2023
5.0.3-beta 600 4/3/2023
5.0.2-beta 3,553 2/28/2023
5.0.1-beta 1,518 2/9/2023
5.0.0-beta 2,757 1/1/2023
4.1.74 49,100 4/14/2024
4.1.73 17,374 3/24/2024
4.1.72 5,832 3/17/2024
4.1.71 15,117 1/22/2024
4.1.70 54,438 12/28/2023
4.1.69 31,924 12/4/2023
4.1.68 93,337 10/3/2023
4.1.67 77,747 8/13/2023
4.1.66 71,509 8/7/2023
4.1.65 32,481 7/9/2023
4.1.64 67,288 5/18/2023
4.1.63 24,657 4/9/2023
4.1.62 8,521 4/3/2023
4.1.61 41,395 2/28/2023
4.1.60 59,955 12/23/2022
4.1.59 114,867 11/7/2022
4.1.58 35,238 9/9/2022
4.1.57 34,244 8/18/2022
4.1.56 2,633 8/16/2022
4.1.55 4,977 8/15/2022
4.1.53 3,515 8/12/2022
4.1.52 61,044 7/10/2022
4.1.51 7,542 6/30/2022
4.1.50 3,652 6/26/2022
4.1.49 3,726 6/22/2022
4.1.48 4,534 6/9/2022
4.1.47 3,013 6/8/2022
4.1.46 2,938 6/6/2022
4.1.45 40,409 5/6/2022
4.1.44 2,127 5/5/2022
4.1.43 6,873 5/3/2022
4.1.42 2,573 5/1/2022
4.1.41 12,746 4/9/2022
4.1.40 2,737 4/7/2022
4.1.39 9,750 4/1/2022
4.1.38 2,137 3/31/2022
4.1.37 98,510 3/26/2022
4.1.36 7,042 3/19/2022
4.1.35 6,381 3/7/2022
4.1.34 6,483 3/4/2022
4.1.33 19,122 2/5/2022
4.1.32 6,301 1/24/2022
4.1.31 12,432 1/18/2022
4.1.30 2,821 1/15/2022
4.1.29 19,890 1/2/2022
4.1.28 2,039 1/2/2022
4.1.27 48,325 10/24/2021
4.1.26 10,046 10/12/2021
4.1.25 5,600 10/6/2021
4.1.24 2,782 9/26/2021
4.1.23 1,378 9/26/2021
4.1.22 1,378 9/26/2021
4.1.21 3,765 9/18/2021
4.1.20 4,371 9/9/2021
4.1.19 1,553 9/8/2021
4.1.18 4,852 9/8/2021
4.1.17 47,323 8/25/2021
4.1.16 18,584 5/30/2021
4.1.15 1,839 5/27/2021
4.1.14 4,692 5/23/2021
4.1.13-beta 1,726 5/2/2021
4.1.12-beta 1,487 4/12/2021
4.1.11-beta 5,017 3/30/2021
4.1.10-beta 1,515 3/21/2021
4.1.9-beta 2,545 2/21/2021
4.1.8-beta 986 2/16/2021
4.1.7-beta 3,046 2/14/2021
4.1.6-beta 1,174 2/8/2021
4.1.5-beta 1,041 2/1/2021
4.1.4-beta 936 1/25/2021
4.1.3-beta 1,137 12/27/2020
4.1.2-beta 1,077 12/12/2020
4.1.1-beta 1,007 11/29/2020
4.1.0-beta 968 11/29/2020
4.0.49 6,768 8/25/2021
4.0.48 70,697 12/27/2020
4.0.47 17,906 12/13/2020
4.0.46 1,577 12/11/2020
4.0.45 3,018 11/25/2020
4.0.44 1,738 11/22/2020
4.0.42 30,903 9/27/2020
4.0.41 1,586 9/26/2020
4.0.40 2,581 9/20/2020
4.0.39 38,630 8/9/2020
4.0.38 4,087 7/7/2020
4.0.37 2,956 6/22/2020
4.0.36 1,343 6/22/2020
4.0.35 2,376 6/9/2020
4.0.34 3,272 5/18/2020
4.0.33 1,399 5/18/2020
4.0.32 1,415 5/17/2020
4.0.31 2,539 5/6/2020
4.0.30 1,514 5/4/2020
4.0.29 39,899 4/11/2020
4.0.28 2,151 4/7/2020
4.0.27 1,903 4/5/2020
4.0.26 1,551 4/5/2020
4.0.25 1,971 3/29/2020
4.0.24 1,556 3/27/2020
4.0.23 1,491 3/23/2020
4.0.22 1,703 3/17/2020
4.0.21 13,075 3/15/2020
4.0.19 2,840 2/29/2020
4.0.18 5,955 2/7/2020
4.0.17 2,009 2/6/2020
4.0.16 1,483 2/2/2020
4.0.15 1,544 1/28/2020
4.0.14 1,523 1/24/2020
4.0.13 2,289 1/21/2020
4.0.12 1,302 1/21/2020
4.0.11 1,420 1/19/2020
4.0.10 1,583 1/18/2020
4.0.9 6,685 12/4/2019
4.0.8 856 12/3/2019
4.0.7 1,404 12/1/2019
4.0.5 1,636 11/27/2019
4.0.4 1,420 11/24/2019
4.0.3 1,383 11/23/2019
4.0.2 1,588 11/9/2019
4.0.1 3,073 11/3/2019
3.1.6 4,321 10/21/2019
3.1.5 1,157 10/7/2019
3.1.4 1,015 9/22/2019
3.1.3 1,268 8/25/2019
3.1.1 1,240 8/20/2019
3.0.9 2,126 8/12/2019
3.0.8 1,082 8/4/2019
3.0.7 969 7/27/2019
3.0.6 1,077 6/30/2019
3.0.5 966 6/24/2019
3.0.4 905 6/24/2019
3.0.3 3,384 5/29/2019
3.0.2 994 5/28/2019
3.0.1 2,312 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