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

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

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.
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
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.
ryanjon2040/UnrealNetworkProfiler
A modern WPF based Network Profiler for Unreal Engine.
RiddleTime/Race-Element
Solutions for Simulators
Version Downloads Last Updated
5.0.56 18,370 8/23/2025
5.0.55 204,116 3/22/2025
5.0.54 131,480 1/26/2025
5.0.53 18,798 1/13/2025
5.0.52 7,098 1/9/2025
5.0.51 2,563 1/8/2025
5.0.50 4,196 1/7/2025
5.0.49 665 1/6/2025
5.0.48 2,982 1/6/2025
5.0.47 73,229 11/24/2024
5.0.46 25,668 11/17/2024
5.0.45 12,537 11/13/2024
5.0.44 6,902 11/9/2024
5.0.43 29,217 11/3/2024
5.0.42 7,358 10/30/2024
5.0.41 5,594 10/28/2024
5.0.40 15,242 10/16/2024
5.0.39 104,980 9/9/2024
5.0.38 11,556 9/2/2024
5.0.37 60,381 7/30/2024
5.0.36 54,553 6/29/2024
5.0.35 29,817 6/10/2024
5.0.34 86,708 5/5/2024
5.0.33 965 5/4/2024
5.0.32 4,072 5/1/2024
5.0.31 5,141 4/27/2024
5.0.30 1,438 4/27/2024
5.0.29 655 4/26/2024
5.0.28 1,578 4/25/2024
5.0.27 12,188 4/23/2024
5.0.26 17,688 4/14/2024
5.0.25 19,674 4/8/2024
5.0.24 3,638 4/7/2024
5.0.23 14,649 3/24/2024
5.0.22 12,287 3/17/2024
5.0.21 38,124 1/29/2024
5.0.20 8,105 1/22/2024
5.0.19 2,060 1/19/2024
5.0.18 2,799 1/18/2024
5.0.17 3,761 1/17/2024
5.0.16 828 1/16/2024
5.0.15 5,735 1/14/2024
5.0.14-beta 467 1/11/2024
5.0.13-beta 354 1/10/2024
5.0.12-beta 301 1/9/2024
5.0.11-beta 1,603 12/28/2023
5.0.10-beta 3,477 12/4/2023
5.0.9-beta 11,913 10/3/2023
5.0.8-beta 30,678 8/13/2023
5.0.7-beta 1,147 8/7/2023
5.0.6-beta 11,818 7/9/2023
5.0.5-beta 1,973 5/18/2023
5.0.4-beta 2,915 4/9/2023
5.0.3-beta 617 4/3/2023
5.0.2-beta 3,599 2/28/2023
5.0.1-beta 1,557 2/9/2023
5.0.0-beta 2,795 1/1/2023
4.1.74 57,803 4/14/2024
4.1.73 18,630 3/24/2024
4.1.72 6,140 3/17/2024
4.1.71 15,869 1/22/2024
4.1.70 55,598 12/28/2023
4.1.69 32,909 12/4/2023
4.1.68 96,039 10/3/2023
4.1.67 83,849 8/13/2023
4.1.66 76,190 8/7/2023
4.1.65 34,588 7/9/2023
4.1.64 68,545 5/18/2023
4.1.63 24,942 4/9/2023
4.1.62 8,606 4/3/2023
4.1.61 42,077 2/28/2023
4.1.60 61,074 12/23/2022
4.1.59 119,472 11/7/2022
4.1.58 35,418 9/9/2022
4.1.57 36,515 8/18/2022
4.1.56 2,664 8/16/2022
4.1.55 5,038 8/15/2022
4.1.53 3,566 8/12/2022
4.1.52 68,414 7/10/2022
4.1.51 7,623 6/30/2022
4.1.50 3,716 6/26/2022
4.1.49 3,761 6/22/2022
4.1.48 4,590 6/9/2022
4.1.47 3,042 6/8/2022
4.1.46 2,979 6/6/2022
4.1.45 40,711 5/6/2022
4.1.44 2,176 5/5/2022
4.1.43 6,911 5/3/2022
4.1.42 2,617 5/1/2022
4.1.41 13,009 4/9/2022
4.1.40 2,776 4/7/2022
4.1.39 9,797 4/1/2022
4.1.38 2,175 3/31/2022
4.1.37 101,820 3/26/2022
4.1.36 7,183 3/19/2022
4.1.35 6,564 3/7/2022
4.1.34 6,573 3/4/2022
4.1.33 19,343 2/5/2022
4.1.32 6,333 1/24/2022
4.1.31 12,632 1/18/2022
4.1.30 2,850 1/15/2022
4.1.29 19,946 1/2/2022
4.1.28 2,078 1/2/2022
4.1.27 48,794 10/24/2021
4.1.26 10,493 10/12/2021
4.1.25 5,622 10/6/2021
4.1.24 2,808 9/26/2021
4.1.23 1,400 9/26/2021
4.1.22 1,407 9/26/2021
4.1.21 3,788 9/18/2021
4.1.20 4,411 9/9/2021
4.1.19 1,575 9/8/2021
4.1.18 4,990 9/8/2021
4.1.17 49,521 8/25/2021
4.1.16 18,807 5/30/2021
4.1.15 1,868 5/27/2021
4.1.14 4,815 5/23/2021
4.1.13-beta 1,746 5/2/2021
4.1.12-beta 1,506 4/12/2021
4.1.11-beta 5,036 3/30/2021
4.1.10-beta 1,536 3/21/2021
4.1.9-beta 2,618 2/21/2021
4.1.8-beta 1,006 2/16/2021
4.1.7-beta 3,065 2/14/2021
4.1.6-beta 1,204 2/8/2021
4.1.5-beta 1,067 2/1/2021
4.1.4-beta 962 1/25/2021
4.1.3-beta 1,159 12/27/2020
4.1.2-beta 1,099 12/12/2020
4.1.1-beta 1,032 11/29/2020
4.1.0-beta 991 11/29/2020
4.0.49 6,825 8/25/2021
4.0.48 72,518 12/27/2020
4.0.47 17,955 12/13/2020
4.0.46 1,605 12/11/2020
4.0.45 3,044 11/25/2020
4.0.44 1,762 11/22/2020
4.0.42 31,144 9/27/2020
4.0.41 1,609 9/26/2020
4.0.40 2,619 9/20/2020
4.0.39 38,699 8/9/2020
4.0.38 4,127 7/7/2020
4.0.37 3,021 6/22/2020
4.0.36 1,367 6/22/2020
4.0.35 2,403 6/9/2020
4.0.34 3,293 5/18/2020
4.0.33 1,426 5/18/2020
4.0.32 1,433 5/17/2020
4.0.31 2,559 5/6/2020
4.0.30 1,541 5/4/2020
4.0.29 46,093 4/11/2020
4.0.28 2,184 4/7/2020
4.0.27 1,923 4/5/2020
4.0.26 1,574 4/5/2020
4.0.25 1,997 3/29/2020
4.0.24 1,578 3/27/2020
4.0.23 1,514 3/23/2020
4.0.22 1,726 3/17/2020
4.0.21 13,856 3/15/2020
4.0.19 2,864 2/29/2020
4.0.18 6,008 2/7/2020
4.0.17 2,030 2/6/2020
4.0.16 1,512 2/2/2020
4.0.15 1,563 1/28/2020
4.0.14 1,543 1/24/2020
4.0.13 2,310 1/21/2020
4.0.12 1,331 1/21/2020
4.0.11 1,444 1/19/2020
4.0.10 1,617 1/18/2020
4.0.9 6,713 12/4/2019
4.0.8 873 12/3/2019
4.0.7 1,426 12/1/2019
4.0.5 1,658 11/27/2019
4.0.4 1,437 11/24/2019
4.0.3 1,407 11/23/2019
4.0.2 1,612 11/9/2019
4.0.1 3,138 11/3/2019
3.1.6 4,399 10/21/2019
3.1.5 1,182 10/7/2019
3.1.4 1,038 9/22/2019
3.1.3 1,291 8/25/2019
3.1.1 1,266 8/20/2019
3.0.9 2,159 8/12/2019
3.0.8 1,103 8/4/2019
3.0.7 992 7/27/2019
3.0.6 1,100 6/30/2019
3.0.5 989 6/24/2019
3.0.4 924 6/24/2019
3.0.3 3,416 5/29/2019
3.0.2 1,015 5/28/2019
3.0.1 2,478 5/28/2019