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.
#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 (37)

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
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.
Version Downloads Last Updated
5.0.55 104,362 3/22/2025
5.0.54 106,578 1/26/2025
5.0.53 17,788 1/13/2025
5.0.52 5,927 1/9/2025
5.0.51 2,459 1/8/2025
5.0.50 3,602 1/7/2025
5.0.49 618 1/6/2025
5.0.48 2,871 1/6/2025
5.0.47 68,038 11/24/2024
5.0.46 23,038 11/17/2024
5.0.45 11,329 11/13/2024
5.0.44 6,584 11/9/2024
5.0.43 27,439 11/3/2024
5.0.42 6,776 10/30/2024
5.0.41 5,384 10/28/2024
5.0.40 14,341 10/16/2024
5.0.39 91,773 9/9/2024
5.0.38 10,489 9/2/2024
5.0.37 55,020 7/30/2024
5.0.36 52,616 6/29/2024
5.0.35 28,404 6/10/2024
5.0.34 81,354 5/5/2024
5.0.33 921 5/4/2024
5.0.32 4,017 5/1/2024
5.0.31 5,063 4/27/2024
5.0.30 1,343 4/27/2024
5.0.29 609 4/26/2024
5.0.28 1,535 4/25/2024
5.0.27 11,753 4/23/2024
5.0.26 17,395 4/14/2024
5.0.25 18,895 4/8/2024
5.0.24 3,574 4/7/2024
5.0.23 14,249 3/24/2024
5.0.22 12,107 3/17/2024
5.0.21 36,176 1/29/2024
5.0.20 7,761 1/22/2024
5.0.19 1,901 1/19/2024
5.0.18 2,751 1/18/2024
5.0.17 3,506 1/17/2024
5.0.16 778 1/16/2024
5.0.15 4,601 1/14/2024
5.0.14-beta 444 1/11/2024
5.0.13-beta 338 1/10/2024
5.0.12-beta 288 1/9/2024
5.0.11-beta 1,586 12/28/2023
5.0.10-beta 3,435 12/4/2023
5.0.9-beta 11,891 10/3/2023
5.0.8-beta 30,611 8/13/2023
5.0.7-beta 1,115 8/7/2023
5.0.6-beta 10,608 7/9/2023
5.0.5-beta 1,929 5/18/2023
5.0.4-beta 2,854 4/9/2023
5.0.3-beta 582 4/3/2023
5.0.2-beta 3,510 2/28/2023
5.0.1-beta 1,493 2/9/2023
5.0.0-beta 2,728 1/1/2023
4.1.74 46,535 4/14/2024
4.1.73 16,719 3/24/2024
4.1.72 5,736 3/17/2024
4.1.71 14,694 1/22/2024
4.1.70 53,894 12/28/2023
4.1.69 31,318 12/4/2023
4.1.68 92,138 10/3/2023
4.1.67 75,913 8/13/2023
4.1.66 69,870 8/7/2023
4.1.65 31,674 7/9/2023
4.1.64 66,523 5/18/2023
4.1.63 24,480 4/9/2023
4.1.62 8,472 4/3/2023
4.1.61 41,044 2/28/2023
4.1.60 59,136 12/23/2022
4.1.59 113,568 11/7/2022
4.1.58 35,138 9/9/2022
4.1.57 33,458 8/18/2022
4.1.56 2,605 8/16/2022
4.1.55 4,931 8/15/2022
4.1.53 3,469 8/12/2022
4.1.52 59,092 7/10/2022
4.1.51 7,430 6/30/2022
4.1.50 3,598 6/26/2022
4.1.49 3,701 6/22/2022
4.1.48 4,488 6/9/2022
4.1.47 2,984 6/8/2022
4.1.46 2,911 6/6/2022
4.1.45 40,331 5/6/2022
4.1.44 2,077 5/5/2022
4.1.43 6,827 5/3/2022
4.1.42 2,541 5/1/2022
4.1.41 12,679 4/9/2022
4.1.40 2,699 4/7/2022
4.1.39 9,648 4/1/2022
4.1.38 2,108 3/31/2022
4.1.37 93,335 3/26/2022
4.1.36 6,950 3/19/2022
4.1.35 6,243 3/7/2022
4.1.34 6,433 3/4/2022
4.1.33 18,948 2/5/2022
4.1.32 6,269 1/24/2022
4.1.31 12,273 1/18/2022
4.1.30 2,797 1/15/2022
4.1.29 19,813 1/2/2022
4.1.28 2,011 1/2/2022
4.1.27 48,138 10/24/2021
4.1.26 9,853 10/12/2021
4.1.25 5,572 10/6/2021
4.1.24 2,763 9/26/2021
4.1.23 1,356 9/26/2021
4.1.22 1,356 9/26/2021
4.1.21 3,744 9/18/2021
4.1.20 4,342 9/9/2021
4.1.19 1,525 9/8/2021
4.1.18 4,751 9/8/2021
4.1.17 46,682 8/25/2021
4.1.16 18,429 5/30/2021
4.1.15 1,814 5/27/2021
4.1.14 4,622 5/23/2021
4.1.13-beta 1,703 5/2/2021
4.1.12-beta 1,467 4/12/2021
4.1.11-beta 4,997 3/30/2021
4.1.10-beta 1,495 3/21/2021
4.1.9-beta 2,505 2/21/2021
4.1.8-beta 963 2/16/2021
4.1.7-beta 3,025 2/14/2021
4.1.6-beta 1,150 2/8/2021
4.1.5-beta 1,023 2/1/2021
4.1.4-beta 917 1/25/2021
4.1.3-beta 1,116 12/27/2020
4.1.2-beta 1,055 12/12/2020
4.1.1-beta 986 11/29/2020
4.1.0-beta 946 11/29/2020
4.0.49 6,709 8/25/2021
4.0.48 70,271 12/27/2020
4.0.47 17,878 12/13/2020
4.0.46 1,553 12/11/2020
4.0.45 2,992 11/25/2020
4.0.44 1,715 11/22/2020
4.0.42 30,799 9/27/2020
4.0.41 1,563 9/26/2020
4.0.40 2,551 9/20/2020
4.0.39 38,579 8/9/2020
4.0.38 4,061 7/7/2020
4.0.37 2,926 6/22/2020
4.0.36 1,322 6/22/2020
4.0.35 2,349 6/9/2020
4.0.34 3,250 5/18/2020
4.0.33 1,378 5/18/2020
4.0.32 1,389 5/17/2020
4.0.31 2,520 5/6/2020
4.0.30 1,494 5/4/2020
4.0.29 38,600 4/11/2020
4.0.28 2,126 4/7/2020
4.0.27 1,881 4/5/2020
4.0.26 1,523 4/5/2020
4.0.25 1,948 3/29/2020
4.0.24 1,534 3/27/2020
4.0.23 1,466 3/23/2020
4.0.22 1,676 3/17/2020
4.0.21 12,912 3/15/2020
4.0.19 2,815 2/29/2020
4.0.18 5,916 2/7/2020
4.0.17 1,984 2/6/2020
4.0.16 1,461 2/2/2020
4.0.15 1,518 1/28/2020
4.0.14 1,501 1/24/2020
4.0.13 2,264 1/21/2020
4.0.12 1,280 1/21/2020
4.0.11 1,397 1/19/2020
4.0.10 1,550 1/18/2020
4.0.9 6,645 12/4/2019
4.0.8 830 12/3/2019
4.0.7 1,377 12/1/2019
4.0.5 1,612 11/27/2019
4.0.4 1,395 11/24/2019
4.0.3 1,357 11/23/2019
4.0.2 1,562 11/9/2019
4.0.1 3,016 11/3/2019
3.1.6 4,265 10/21/2019
3.1.5 1,129 10/7/2019
3.1.4 992 9/22/2019
3.1.3 1,241 8/25/2019
3.1.1 1,222 8/20/2019
3.0.9 2,100 8/12/2019
3.0.8 1,057 8/4/2019
3.0.7 947 7/27/2019
3.0.6 1,056 6/30/2019
3.0.5 940 6/24/2019
3.0.4 882 6/24/2019
3.0.3 3,360 5/29/2019
3.0.2 970 5/28/2019
3.0.1 2,239 5/28/2019