ScottPlot 3.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScottPlot --version 3.0.2
                    
NuGet\Install-Package ScottPlot -Version 3.0.2
                    
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="3.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScottPlot" Version="3.0.2" />
                    
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 3.0.2
                    
#r "nuget: ScottPlot, 3.0.2"
                    
#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=3.0.2
                    
Install ScottPlot as a Cake Addin
#tool nuget:?package=ScottPlot&version=3.0.2
                    
Install ScottPlot as a Cake Tool

ScottPlot

ScottPlot is an open-source interactive graphing library for .NET written in C#. In a GUI environment ScottPlot makes it easy to display data interactively (left-click-drag pan, right-click-drag zoom). ScottPlot was designed to be fast enough to interactively display large datasets with millions of points (such as WAV files) at high framerates. In non-GUI environments ScottPlot can create graphs and save them as images.

alternate text is missing from this package README image

Quickstart

  1. Drag/Drop ScottPlotUC (from the toolbox) onto your form
  2. Add this code to your startup sequence:
double[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};
scottPlotUC1.plt.PlotScatter(xs, ys);
scottPlotUC1.plt.AxisAuto();
scottPlotUC1.Render();
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
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 57,234 3/22/2025
5.0.54 89,899 1/26/2025
5.0.53 16,941 1/13/2025
5.0.52 5,605 1/9/2025
5.0.51 2,362 1/8/2025
5.0.50 3,191 1/7/2025
5.0.49 581 1/6/2025
5.0.48 2,822 1/6/2025
5.0.47 64,831 11/24/2024
5.0.46 21,576 11/17/2024
5.0.45 10,722 11/13/2024
5.0.44 6,460 11/9/2024
5.0.43 25,653 11/3/2024
5.0.42 6,546 10/30/2024
5.0.41 5,343 10/28/2024
5.0.40 14,072 10/16/2024
5.0.39 85,149 9/9/2024
5.0.38 10,041 9/2/2024
5.0.37 51,693 7/30/2024
5.0.36 51,167 6/29/2024
5.0.35 27,458 6/10/2024
5.0.34 78,447 5/5/2024
5.0.33 906 5/4/2024
5.0.32 3,930 5/1/2024
5.0.31 5,035 4/27/2024
5.0.30 1,284 4/27/2024
5.0.29 594 4/26/2024
5.0.28 1,513 4/25/2024
5.0.27 11,594 4/23/2024
5.0.26 17,154 4/14/2024
5.0.25 18,393 4/8/2024
5.0.24 3,537 4/7/2024
5.0.23 13,954 3/24/2024
5.0.22 11,609 3/17/2024
5.0.21 35,295 1/29/2024
5.0.20 7,611 1/22/2024
5.0.19 1,851 1/19/2024
5.0.18 2,724 1/18/2024
5.0.17 3,376 1/17/2024
5.0.16 755 1/16/2024
5.0.15 3,860 1/14/2024
5.0.14-beta 429 1/11/2024
5.0.13-beta 327 1/10/2024
5.0.12-beta 277 1/9/2024
5.0.11-beta 1,569 12/28/2023
5.0.10-beta 3,417 12/4/2023
5.0.9-beta 11,855 10/3/2023
5.0.8-beta 30,583 8/13/2023
5.0.7-beta 1,100 8/7/2023
5.0.6-beta 10,143 7/9/2023
5.0.5-beta 1,909 5/18/2023
5.0.4-beta 2,820 4/9/2023
5.0.3-beta 568 4/3/2023
5.0.2-beta 3,462 2/28/2023
5.0.1-beta 1,466 2/9/2023
5.0.0-beta 2,684 1/1/2023
4.1.74 41,535 4/14/2024
4.1.73 15,430 3/24/2024
4.1.72 5,582 3/17/2024
4.1.71 14,124 1/22/2024
4.1.70 52,978 12/28/2023
4.1.69 30,415 12/4/2023
4.1.68 89,857 10/3/2023
4.1.67 71,676 8/13/2023
4.1.66 65,776 8/7/2023
4.1.65 30,087 7/9/2023
4.1.64 65,312 5/18/2023
4.1.63 24,235 4/9/2023
4.1.62 8,411 4/3/2023
4.1.61 40,125 2/28/2023
4.1.60 57,589 12/23/2022
4.1.59 110,129 11/7/2022
4.1.58 34,938 9/9/2022
4.1.57 31,792 8/18/2022
4.1.56 2,562 8/16/2022
4.1.55 4,894 8/15/2022
4.1.53 3,427 8/12/2022
4.1.52 55,862 7/10/2022
4.1.51 7,323 6/30/2022
4.1.50 3,550 6/26/2022
4.1.49 3,676 6/22/2022
4.1.48 4,449 6/9/2022
4.1.47 2,964 6/8/2022
4.1.46 2,882 6/6/2022
4.1.45 40,124 5/6/2022
4.1.44 2,055 5/5/2022
4.1.43 6,803 5/3/2022
4.1.42 2,521 5/1/2022
4.1.41 12,598 4/9/2022
4.1.40 2,669 4/7/2022
4.1.39 9,588 4/1/2022
4.1.38 2,081 3/31/2022
4.1.37 87,433 3/26/2022
4.1.36 6,897 3/19/2022
4.1.35 6,058 3/7/2022
4.1.34 6,344 3/4/2022
4.1.33 17,590 2/5/2022
4.1.32 6,246 1/24/2022
4.1.31 11,969 1/18/2022
4.1.30 2,776 1/15/2022
4.1.29 19,739 1/2/2022
4.1.28 1,967 1/2/2022
4.1.27 47,787 10/24/2021
4.1.26 9,405 10/12/2021
4.1.25 5,551 10/6/2021
4.1.24 2,742 9/26/2021
4.1.23 1,329 9/26/2021
4.1.22 1,336 9/26/2021
4.1.21 3,723 9/18/2021
4.1.20 4,317 9/9/2021
4.1.19 1,506 9/8/2021
4.1.18 4,506 9/8/2021
4.1.17 44,870 8/25/2021
4.1.16 18,201 5/30/2021
4.1.15 1,790 5/27/2021
4.1.14 4,544 5/23/2021
4.1.13-beta 1,681 5/2/2021
4.1.12-beta 1,412 4/12/2021
4.1.11-beta 4,981 3/30/2021
4.1.10-beta 1,475 3/21/2021
4.1.9-beta 2,441 2/21/2021
4.1.8-beta 943 2/16/2021
4.1.7-beta 3,006 2/14/2021
4.1.6-beta 1,129 2/8/2021
4.1.5-beta 1,002 2/1/2021
4.1.4-beta 896 1/25/2021
4.1.3-beta 1,097 12/27/2020
4.1.2-beta 1,030 12/12/2020
4.1.1-beta 957 11/29/2020
4.1.0-beta 926 11/29/2020
4.0.49 6,649 8/25/2021
4.0.48 69,350 12/27/2020
4.0.47 17,806 12/13/2020
4.0.46 1,533 12/11/2020
4.0.45 2,975 11/25/2020
4.0.44 1,679 11/22/2020
4.0.42 30,596 9/27/2020
4.0.41 1,545 9/26/2020
4.0.40 2,516 9/20/2020
4.0.39 38,493 8/9/2020
4.0.38 4,031 7/7/2020
4.0.37 2,904 6/22/2020
4.0.36 1,302 6/22/2020
4.0.35 2,332 6/9/2020
4.0.34 3,227 5/18/2020
4.0.33 1,355 5/18/2020
4.0.32 1,361 5/17/2020
4.0.31 2,492 5/6/2020
4.0.30 1,467 5/4/2020
4.0.29 36,221 4/11/2020
4.0.28 2,098 4/7/2020
4.0.27 1,854 4/5/2020
4.0.26 1,498 4/5/2020
4.0.25 1,925 3/29/2020
4.0.24 1,511 3/27/2020
4.0.23 1,443 3/23/2020
4.0.22 1,655 3/17/2020
4.0.21 12,374 3/15/2020
4.0.19 2,793 2/29/2020
4.0.18 5,870 2/7/2020
4.0.17 1,960 2/6/2020
4.0.16 1,440 2/2/2020
4.0.15 1,496 1/28/2020
4.0.14 1,483 1/24/2020
4.0.13 2,244 1/21/2020
4.0.12 1,262 1/21/2020
4.0.11 1,374 1/19/2020
4.0.10 1,517 1/18/2020
4.0.9 6,611 12/4/2019
4.0.8 808 12/3/2019
4.0.7 1,351 12/1/2019
4.0.5 1,586 11/27/2019
4.0.4 1,372 11/24/2019
4.0.3 1,336 11/23/2019
4.0.2 1,541 11/9/2019
4.0.1 2,962 11/3/2019
3.1.6 4,194 10/21/2019
3.1.5 1,103 10/7/2019
3.1.4 967 9/22/2019
3.1.3 1,218 8/25/2019
3.1.1 1,186 8/20/2019
3.0.9 2,069 8/12/2019
3.0.8 1,028 8/4/2019
3.0.7 929 7/27/2019
3.0.6 1,024 6/30/2019
3.0.5 920 6/24/2019
3.0.4 856 6/24/2019
3.0.3 3,336 5/29/2019
3.0.2 949 5/28/2019
3.0.1 2,139 5/28/2019

Recompiled for .NET 4.5 Framework