ScottPlot 3.0.8

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

ScottPlot

ScottPlot is a free and 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), and in non-GUI environments ScottPlot can be used to create graphs and save them as images. ScottPlot was designed to be fast enough to interactively display large datasets with millions of points at high framerates. ScottPlot is easy to integrate into .NET projects because it is available on NuGet and has no dependencies outside the .NET framework libraries.

alternate text is missing from this package README image

Quickstart: Windows Forms

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

Quickstart: Console Application

double[] xs = new double[] { 1, 2, 3, 4, 5 };
double[] ys = new double[] { 1, 4, 9, 16, 25 };
var plt = new ScottPlot.Plot(600, 400);
plt.PlotScatter(xs, ys);
plt.SaveFig("demo.png");
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 (39)

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

Grebok.Extensions

Grebok Framework

GitHub repositories (22)

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.
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
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.
NeilMacMullen/kusto-loco
C# KQL query engine with flexible I/O layers and visualization
RiddleTime/Race-Element
Solutions for Simulators
Version Downloads Last Updated
5.1.57 15,969 10/11/2025
5.0.56 54,950 8/23/2025
5.0.55 257,621 3/22/2025
5.0.54 147,004 1/26/2025
5.0.53 19,629 1/13/2025
5.0.52 7,835 1/9/2025
5.0.51 2,710 1/8/2025
5.0.50 4,822 1/7/2025
5.0.49 941 1/6/2025
5.0.48 3,125 1/6/2025
5.0.47 77,049 11/24/2024
5.0.46 27,454 11/17/2024
5.0.45 12,870 11/13/2024
5.0.44 7,278 11/9/2024
5.0.43 30,921 11/3/2024
5.0.42 8,070 10/30/2024
5.0.41 5,721 10/28/2024
5.0.40 16,068 10/16/2024
5.0.39 114,503 9/9/2024
5.0.38 11,816 9/2/2024
5.0.37 64,013 7/30/2024
5.0.36 56,082 6/29/2024
5.0.35 30,838 6/10/2024
5.0.34 90,772 5/5/2024
5.0.33 1,068 5/4/2024
5.0.32 4,192 5/1/2024
5.0.31 5,262 4/27/2024
5.0.30 1,569 4/27/2024
5.0.29 744 4/26/2024
5.0.28 1,661 4/25/2024
5.0.27 12,614 4/23/2024
5.0.26 17,910 4/14/2024
5.0.25 20,300 4/8/2024
5.0.24 3,748 4/7/2024
5.0.23 15,028 3/24/2024
5.0.22 12,527 3/17/2024
5.0.21 39,361 1/29/2024
5.0.20 8,353 1/22/2024
5.0.19 2,231 1/19/2024
5.0.18 2,894 1/18/2024
5.0.17 3,973 1/17/2024
5.0.16 927 1/16/2024
5.0.15 6,382 1/14/2024
5.0.14-beta 552 1/11/2024
5.0.13-beta 416 1/10/2024
5.0.12-beta 361 1/9/2024
5.0.11-beta 1,674 12/28/2023
5.0.10-beta 3,568 12/4/2023
5.0.9-beta 12,068 10/3/2023
5.0.8-beta 30,771 8/13/2023
5.0.7-beta 1,205 8/7/2023
5.0.6-beta 12,595 7/9/2023
5.0.5-beta 2,163 5/18/2023
5.0.4-beta 3,033 4/9/2023
5.0.3-beta 689 4/3/2023
5.0.2-beta 3,691 2/28/2023
5.0.1-beta 1,639 2/9/2023
5.0.0-beta 2,866 1/1/2023
4.1.74 66,113 4/14/2024
4.1.73 19,798 3/24/2024
4.1.72 6,502 3/17/2024
4.1.71 16,827 1/22/2024
4.1.70 57,405 12/28/2023
4.1.69 34,187 12/4/2023
4.1.68 98,586 10/3/2023
4.1.67 89,477 8/13/2023
4.1.66 79,134 8/7/2023
4.1.65 35,986 7/9/2023
4.1.64 70,084 5/18/2023
4.1.63 25,353 4/9/2023
4.1.62 8,823 4/3/2023
4.1.61 42,903 2/28/2023
4.1.60 62,556 12/23/2022
4.1.59 123,859 11/7/2022
4.1.58 35,759 9/9/2022
4.1.57 39,532 8/18/2022
4.1.56 2,784 8/16/2022
4.1.55 5,162 8/15/2022
4.1.53 3,719 8/12/2022
4.1.52 74,527 7/10/2022
4.1.51 7,796 6/30/2022
4.1.50 3,847 6/26/2022
4.1.49 3,881 6/22/2022
4.1.48 4,721 6/9/2022
4.1.47 3,139 6/8/2022
4.1.46 3,090 6/6/2022
4.1.45 41,053 5/6/2022
4.1.44 2,293 5/5/2022
4.1.43 7,023 5/3/2022
4.1.42 2,721 5/1/2022
4.1.41 13,476 4/9/2022
4.1.40 2,885 4/7/2022
4.1.39 9,907 4/1/2022
4.1.38 2,302 3/31/2022
4.1.37 107,882 3/26/2022
4.1.36 7,312 3/19/2022
4.1.35 6,881 3/7/2022
4.1.34 6,730 3/4/2022
4.1.33 19,532 2/5/2022
4.1.32 6,454 1/24/2022
4.1.31 12,785 1/18/2022
4.1.30 2,944 1/15/2022
4.1.29 20,109 1/2/2022
4.1.28 2,216 1/2/2022
4.1.27 49,522 10/24/2021
4.1.26 10,658 10/12/2021
4.1.25 5,726 10/6/2021
4.1.24 2,897 9/26/2021
4.1.23 1,486 9/26/2021
4.1.22 1,504 9/26/2021
4.1.21 3,881 9/18/2021
4.1.20 4,506 9/9/2021
4.1.19 1,648 9/8/2021
4.1.18 5,102 9/8/2021
4.1.17 52,700 8/25/2021
4.1.16 19,123 5/30/2021
4.1.15 1,960 5/27/2021
4.1.14 5,024 5/23/2021
4.1.13-beta 1,830 5/2/2021
4.1.12-beta 1,592 4/12/2021
4.1.11-beta 5,122 3/30/2021
4.1.10-beta 1,614 3/21/2021
4.1.9-beta 2,776 2/21/2021
4.1.8-beta 1,101 2/16/2021
4.1.7-beta 3,153 2/14/2021
4.1.6-beta 1,296 2/8/2021
4.1.5-beta 1,145 2/1/2021
4.1.4-beta 1,050 1/25/2021
4.1.3-beta 1,248 12/27/2020
4.1.2-beta 1,192 12/12/2020
4.1.1-beta 1,120 11/29/2020
4.1.0-beta 1,077 11/29/2020
4.0.49 6,969 8/25/2021
4.0.48 74,444 12/27/2020
4.0.47 18,148 12/13/2020
4.0.46 1,690 12/11/2020
4.0.45 3,123 11/25/2020
4.0.44 1,855 11/22/2020
4.0.42 31,538 9/27/2020
4.0.41 1,696 9/26/2020
4.0.40 2,744 9/20/2020
4.0.39 38,955 8/9/2020
4.0.38 4,244 7/7/2020
4.0.37 3,107 6/22/2020
4.0.36 1,434 6/22/2020
4.0.35 2,483 6/9/2020
4.0.34 3,355 5/18/2020
4.0.33 1,504 5/18/2020
4.0.32 1,506 5/17/2020
4.0.31 2,639 5/6/2020
4.0.30 1,623 5/4/2020
4.0.29 55,088 4/11/2020
4.0.28 2,274 4/7/2020
4.0.27 2,004 4/5/2020
4.0.26 1,660 4/5/2020
4.0.25 2,072 3/29/2020
4.0.24 1,646 3/27/2020
4.0.23 1,581 3/23/2020
4.0.22 1,800 3/17/2020
4.0.21 14,437 3/15/2020
4.0.19 3,021 2/29/2020
4.0.18 6,122 2/7/2020
4.0.17 2,111 2/6/2020
4.0.16 1,576 2/2/2020
4.0.15 1,639 1/28/2020
4.0.14 1,610 1/24/2020
4.0.13 2,394 1/21/2020
4.0.12 1,416 1/21/2020
4.0.11 1,519 1/19/2020
4.0.10 1,699 1/18/2020
4.0.9 6,792 12/4/2019
4.0.8 918 12/3/2019
4.0.7 1,491 12/1/2019
4.0.5 1,743 11/27/2019
4.0.4 1,510 11/24/2019
4.0.3 1,484 11/23/2019
4.0.2 1,677 11/9/2019
4.0.1 3,253 11/3/2019
3.1.6 4,523 10/21/2019
3.1.5 1,248 10/7/2019
3.1.4 1,074 9/22/2019
3.1.3 1,339 8/25/2019
3.1.1 1,302 8/20/2019
3.0.9 2,268 8/12/2019
3.0.8 1,154 8/4/2019
3.0.7 1,041 7/27/2019
3.0.6 1,149 6/30/2019
3.0.5 1,027 6/24/2019
3.0.4 956 6/24/2019
3.0.3 3,455 5/29/2019
3.0.2 1,047 5/28/2019
3.0.1 2,751 5/28/2019