ScottPlot 5.0.55

dotnet add package ScottPlot --version 5.0.55
                    
NuGet\Install-Package ScottPlot -Version 5.0.55
                    
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="5.0.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScottPlot" Version="5.0.55" />
                    
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 5.0.55
                    
#r "nuget: ScottPlot, 5.0.55"
                    
#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.
#addin nuget:?package=ScottPlot&version=5.0.55
                    
Install ScottPlot as a Cake Addin
#tool nuget:?package=ScottPlot&version=5.0.55
                    
Install ScottPlot 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[] 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);

alternate text is missing from this package README image

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

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

Versions

  • ScottPlot 5.0 is the newest version of ScottPlot. ScottPlot 5 is actively developed and supports all operating systems. The API is similar but not identical to ScottPlot 4. See the What's New in ScottPlot 5.0 page for details.

  • ScottPlot 4.1 is a stable version of ScottPlot which continues to be maintained but no longer receives major new features. ScottPlot 4 supported all operating systems through .NET 6, but after .NET 7 it can only be used in projects that target Windows.

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

NuGet packages (36)

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

Showing the top 19 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
polterguy/magic
An AI-based Low-Code and No-Code software development automation framework
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
rstropek/Samples
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
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.
Version Downloads Last updated
5.0.55 34,949 3/22/2025
5.0.54 78,835 1/26/2025
5.0.53 16,434 1/13/2025
5.0.52 5,384 1/9/2025
5.0.51 2,286 1/8/2025
5.0.50 2,915 1/7/2025
5.0.49 550 1/6/2025
5.0.48 2,782 1/6/2025
5.0.47 60,901 11/24/2024
5.0.46 20,962 11/17/2024
5.0.45 10,466 11/13/2024
5.0.44 6,400 11/9/2024
5.0.43 24,021 11/3/2024
5.0.42 6,360 10/30/2024
5.0.41 5,309 10/28/2024
5.0.40 13,801 10/16/2024
5.0.39 81,140 9/9/2024
5.0.38 9,617 9/2/2024
5.0.37 49,911 7/30/2024
5.0.36 50,238 6/29/2024
5.0.35 26,827 6/10/2024
5.0.34 76,394 5/5/2024
5.0.33 898 5/4/2024
5.0.32 3,887 5/1/2024
5.0.31 5,015 4/27/2024
5.0.30 1,261 4/27/2024
5.0.29 584 4/26/2024
5.0.28 1,505 4/25/2024
5.0.27 11,504 4/23/2024
5.0.26 16,923 4/14/2024
5.0.25 18,085 4/8/2024
5.0.24 3,508 4/7/2024
5.0.23 13,631 3/24/2024
5.0.22 11,331 3/17/2024
5.0.21 34,723 1/29/2024
5.0.20 7,536 1/22/2024
5.0.19 1,821 1/19/2024
5.0.18 2,709 1/18/2024
5.0.17 3,284 1/17/2024
5.0.16 742 1/16/2024
5.0.15 3,665 1/14/2024
5.0.14-beta 423 1/11/2024
5.0.13-beta 323 1/10/2024
5.0.12-beta 272 1/9/2024
5.0.11-beta 1,561 12/28/2023
5.0.10-beta 3,401 12/4/2023
5.0.9-beta 11,845 10/3/2023
5.0.8-beta 30,562 8/13/2023
5.0.7-beta 1,090 8/7/2023
5.0.6-beta 9,882 7/9/2023
5.0.5-beta 1,898 5/18/2023
5.0.4-beta 2,803 4/9/2023
5.0.3-beta 560 4/3/2023
5.0.2-beta 3,450 2/28/2023
5.0.1-beta 1,444 2/9/2023
5.0.0-beta 2,665 1/1/2023
4.1.74 38,565 4/14/2024
4.1.73 14,442 3/24/2024
4.1.72 5,413 3/17/2024
4.1.71 13,799 1/22/2024
4.1.70 52,411 12/28/2023
4.1.69 30,010 12/4/2023
4.1.68 88,216 10/3/2023
4.1.67 69,929 8/13/2023
4.1.66 62,827 8/7/2023
4.1.65 29,248 7/9/2023
4.1.64 64,597 5/18/2023
4.1.63 24,069 4/9/2023
4.1.62 8,359 4/3/2023
4.1.61 39,627 2/28/2023
4.1.60 56,807 12/23/2022
4.1.59 108,056 11/7/2022
4.1.58 34,762 9/9/2022
4.1.57 30,747 8/18/2022
4.1.56 2,545 8/16/2022
4.1.55 4,868 8/15/2022
4.1.53 3,397 8/12/2022
4.1.52 54,438 7/10/2022
4.1.51 7,248 6/30/2022
4.1.50 3,525 6/26/2022
4.1.49 3,659 6/22/2022
4.1.48 4,424 6/9/2022
4.1.47 2,947 6/8/2022
4.1.46 2,868 6/6/2022
4.1.45 39,949 5/6/2022
4.1.44 2,043 5/5/2022
4.1.43 6,790 5/3/2022
4.1.42 2,507 5/1/2022
4.1.41 12,528 4/9/2022
4.1.40 2,650 4/7/2022
4.1.39 9,544 4/1/2022
4.1.38 2,064 3/31/2022
4.1.37 83,970 3/26/2022
4.1.36 6,874 3/19/2022
4.1.35 5,967 3/7/2022
4.1.34 6,297 3/4/2022
4.1.33 17,559 2/5/2022
4.1.32 6,227 1/24/2022
4.1.31 11,745 1/18/2022
4.1.30 2,755 1/15/2022
4.1.29 19,648 1/2/2022
4.1.28 1,938 1/2/2022
4.1.27 47,581 10/24/2021
4.1.26 9,172 10/12/2021
4.1.25 5,534 10/6/2021
4.1.24 2,730 9/26/2021
4.1.23 1,315 9/26/2021
4.1.22 1,323 9/26/2021
4.1.21 3,707 9/18/2021
4.1.20 4,296 9/9/2021
4.1.19 1,493 9/8/2021
4.1.18 4,373 9/8/2021
4.1.17 43,653 8/25/2021
4.1.16 18,045 5/30/2021
4.1.15 1,773 5/27/2021
4.1.14 4,473 5/23/2021
4.1.13-beta 1,668 5/2/2021
4.1.12-beta 1,397 4/12/2021
4.1.11-beta 4,968 3/30/2021
4.1.10-beta 1,462 3/21/2021
4.1.9-beta 2,423 2/21/2021
4.1.8-beta 930 2/16/2021
4.1.7-beta 2,993 2/14/2021
4.1.6-beta 1,116 2/8/2021
4.1.5-beta 988 2/1/2021
4.1.4-beta 883 1/25/2021
4.1.3-beta 1,081 12/27/2020
4.1.2-beta 1,015 12/12/2020
4.1.1-beta 943 11/29/2020
4.1.0-beta 910 11/29/2020
4.0.49 6,618 8/25/2021
4.0.48 68,794 12/27/2020
4.0.47 17,757 12/13/2020
4.0.46 1,518 12/11/2020
4.0.45 2,957 11/25/2020
4.0.44 1,663 11/22/2020
4.0.42 30,460 9/27/2020
4.0.41 1,527 9/26/2020
4.0.40 2,496 9/20/2020
4.0.39 38,443 8/9/2020
4.0.38 4,009 7/7/2020
4.0.37 2,888 6/22/2020
4.0.36 1,287 6/22/2020
4.0.35 2,315 6/9/2020
4.0.34 3,211 5/18/2020
4.0.33 1,339 5/18/2020
4.0.32 1,345 5/17/2020
4.0.31 2,477 5/6/2020
4.0.30 1,450 5/4/2020
4.0.29 34,426 4/11/2020
4.0.28 2,078 4/7/2020
4.0.27 1,839 4/5/2020
4.0.26 1,480 4/5/2020
4.0.25 1,905 3/29/2020
4.0.24 1,491 3/27/2020
4.0.23 1,424 3/23/2020
4.0.22 1,636 3/17/2020
4.0.21 12,137 3/15/2020
4.0.19 2,771 2/29/2020
4.0.18 5,824 2/7/2020
4.0.17 1,941 2/6/2020
4.0.16 1,420 2/2/2020
4.0.15 1,476 1/28/2020
4.0.14 1,463 1/24/2020
4.0.13 2,225 1/21/2020
4.0.12 1,242 1/21/2020
4.0.11 1,355 1/19/2020
4.0.10 1,493 1/18/2020
4.0.9 6,590 12/4/2019
4.0.8 789 12/3/2019
4.0.7 1,330 12/1/2019
4.0.5 1,566 11/27/2019
4.0.4 1,353 11/24/2019
4.0.3 1,316 11/23/2019
4.0.2 1,521 11/9/2019
4.0.1 2,912 11/3/2019
3.1.6 4,141 10/21/2019
3.1.5 1,079 10/7/2019
3.1.4 944 9/22/2019
3.1.3 1,197 8/25/2019
3.1.1 1,165 8/20/2019
3.0.9 2,046 8/12/2019
3.0.8 1,008 8/4/2019
3.0.7 910 7/27/2019
3.0.6 1,004 6/30/2019
3.0.5 899 6/24/2019
3.0.4 837 6/24/2019
3.0.3 3,316 5/29/2019
3.0.2 928 5/28/2019
3.0.1 2,079 5/28/2019