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

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 18 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
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
rstropek/Samples
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
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 9,630 18 days ago
5.0.54 63,195 2 months ago
5.0.53 15,568 3 months ago
5.0.52 5,081 3 months ago
5.0.51 2,121 3 months ago
5.0.50 2,361 3 months ago
5.0.49 507 3 months ago
5.0.48 2,722 3 months ago
5.0.47 54,469 5 months ago
5.0.46 19,868 5 months ago
5.0.45 10,054 5 months ago
5.0.44 6,261 5 months ago
5.0.43 21,328 5 months ago
5.0.42 6,082 5 months ago
5.0.41 5,263 5 months ago
5.0.40 13,448 6 months ago
5.0.39 74,679 7 months ago
5.0.38 9,007 7 months ago
5.0.37 46,739 8 months ago
5.0.36 48,496 9 months ago
5.0.35 25,983 10 months ago
5.0.34 74,031 5/5/2024
5.0.33 884 5/4/2024
5.0.32 3,811 5/1/2024
5.0.31 4,977 4/27/2024
5.0.30 1,222 4/27/2024
5.0.29 563 4/26/2024
5.0.28 1,495 4/25/2024
5.0.27 11,292 4/23/2024
5.0.26 16,406 4/14/2024
5.0.25 17,664 4/8/2024
5.0.24 3,473 4/7/2024
5.0.23 12,899 3/24/2024
5.0.22 10,815 3/17/2024
5.0.21 33,810 1/29/2024
5.0.20 7,383 1/22/2024
5.0.19 1,779 1/19/2024
5.0.18 2,692 1/18/2024
5.0.17 3,182 1/17/2024
5.0.16 722 1/16/2024
5.0.15 3,249 1/14/2024
5.0.14-beta 421 1/11/2024
5.0.13-beta 320 1/10/2024
5.0.12-beta 269 1/9/2024
5.0.11-beta 1,555 12/28/2023
5.0.10-beta 3,386 12/4/2023
5.0.9-beta 11,825 10/3/2023
5.0.8-beta 30,545 8/13/2023
5.0.7-beta 1,085 8/7/2023
5.0.6-beta 9,561 7/9/2023
5.0.5-beta 1,887 5/18/2023
5.0.4-beta 2,782 4/9/2023
5.0.3-beta 556 4/3/2023
5.0.2-beta 3,423 2/28/2023
5.0.1-beta 1,422 2/9/2023
5.0.0-beta 2,635 1/1/2023
4.1.74 34,368 4/14/2024
4.1.73 12,775 3/24/2024
4.1.72 5,232 3/17/2024
4.1.71 13,328 1/22/2024
4.1.70 51,455 12/28/2023
4.1.69 29,290 12/4/2023
4.1.68 85,884 10/3/2023
4.1.67 67,104 8/13/2023
4.1.66 58,424 8/7/2023
4.1.65 27,915 7/9/2023
4.1.64 63,418 5/18/2023
4.1.63 23,866 4/9/2023
4.1.62 8,239 4/3/2023
4.1.61 38,913 2/28/2023
4.1.60 55,762 12/23/2022
4.1.59 104,892 11/7/2022
4.1.58 34,507 9/9/2022
4.1.57 29,234 8/18/2022
4.1.56 2,525 8/16/2022
4.1.55 4,841 8/15/2022
4.1.53 3,352 8/12/2022
4.1.52 52,696 7/10/2022
4.1.51 7,139 6/30/2022
4.1.50 3,491 6/26/2022
4.1.49 3,645 6/22/2022
4.1.48 4,394 6/9/2022
4.1.47 2,911 6/8/2022
4.1.46 2,850 6/6/2022
4.1.45 39,592 5/6/2022
4.1.44 2,038 5/5/2022
4.1.43 6,779 5/3/2022
4.1.42 2,489 5/1/2022
4.1.41 12,388 4/9/2022
4.1.40 2,628 4/7/2022
4.1.39 9,517 4/1/2022
4.1.38 2,053 3/31/2022
4.1.37 80,652 3/26/2022
4.1.36 6,812 3/19/2022
4.1.35 5,792 3/7/2022
4.1.34 6,220 3/4/2022
4.1.33 17,503 2/5/2022
4.1.32 6,216 1/24/2022
4.1.31 11,401 1/18/2022
4.1.30 2,741 1/15/2022
4.1.29 19,596 1/2/2022
4.1.28 1,893 1/2/2022
4.1.27 46,929 10/24/2021
4.1.26 8,664 10/12/2021
4.1.25 5,515 10/6/2021
4.1.24 2,718 9/26/2021
4.1.23 1,306 9/26/2021
4.1.22 1,313 9/26/2021
4.1.21 3,680 9/18/2021
4.1.20 4,263 9/9/2021
4.1.19 1,482 9/8/2021
4.1.18 4,198 9/8/2021
4.1.17 42,047 8/25/2021
4.1.16 17,899 5/30/2021
4.1.15 1,761 5/27/2021
4.1.14 4,406 5/23/2021
4.1.13-beta 1,655 5/2/2021
4.1.12-beta 1,388 4/12/2021
4.1.11-beta 4,955 3/30/2021
4.1.10-beta 1,452 3/21/2021
4.1.9-beta 2,410 2/21/2021
4.1.8-beta 919 2/16/2021
4.1.7-beta 2,983 2/14/2021
4.1.6-beta 1,105 2/8/2021
4.1.5-beta 976 2/1/2021
4.1.4-beta 871 1/25/2021
4.1.3-beta 1,070 12/27/2020
4.1.2-beta 1,005 12/12/2020
4.1.1-beta 932 11/29/2020
4.1.0-beta 900 11/29/2020
4.0.49 6,565 8/25/2021
4.0.48 67,815 12/27/2020
4.0.47 17,718 12/13/2020
4.0.46 1,505 12/11/2020
4.0.45 2,946 11/25/2020
4.0.44 1,653 11/22/2020
4.0.42 30,290 9/27/2020
4.0.41 1,517 9/26/2020
4.0.40 2,462 9/20/2020
4.0.39 38,342 8/9/2020
4.0.38 3,966 7/7/2020
4.0.37 2,878 6/22/2020
4.0.36 1,277 6/22/2020
4.0.35 2,304 6/9/2020
4.0.34 3,202 5/18/2020
4.0.33 1,329 5/18/2020
4.0.32 1,333 5/17/2020
4.0.31 2,468 5/6/2020
4.0.30 1,438 5/4/2020
4.0.29 32,083 4/11/2020
4.0.28 2,054 4/7/2020
4.0.27 1,828 4/5/2020
4.0.26 1,471 4/5/2020
4.0.25 1,893 3/29/2020
4.0.24 1,478 3/27/2020
4.0.23 1,415 3/23/2020
4.0.22 1,627 3/17/2020
4.0.21 11,766 3/15/2020
4.0.19 2,761 2/29/2020
4.0.18 5,741 2/7/2020
4.0.17 1,932 2/6/2020
4.0.16 1,409 2/2/2020
4.0.15 1,466 1/28/2020
4.0.14 1,453 1/24/2020
4.0.13 2,215 1/21/2020
4.0.12 1,233 1/21/2020
4.0.11 1,345 1/19/2020
4.0.10 1,475 1/18/2020
4.0.9 6,567 12/4/2019
4.0.8 777 12/3/2019
4.0.7 1,319 12/1/2019
4.0.5 1,556 11/27/2019
4.0.4 1,344 11/24/2019
4.0.3 1,306 11/23/2019
4.0.2 1,511 11/9/2019
4.0.1 2,872 11/3/2019
3.1.6 4,066 10/21/2019
3.1.5 1,068 10/7/2019
3.1.4 934 9/22/2019
3.1.3 1,185 8/25/2019
3.1.1 1,154 8/20/2019
3.0.9 2,026 8/12/2019
3.0.8 998 8/4/2019
3.0.7 900 7/27/2019
3.0.6 992 6/30/2019
3.0.5 889 6/24/2019
3.0.4 825 6/24/2019
3.0.3 3,304 5/29/2019
3.0.2 915 5/28/2019
3.0.1 2,001 5/28/2019