ScottPlot 5.0.46

dotnet add package ScottPlot --version 5.0.46                
NuGet\Install-Package ScottPlot -Version 5.0.46                
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.46" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot --version 5.0.46                
#r "nuget: ScottPlot, 5.0.46"                
#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.
// Install ScottPlot as a Cake Addin
#addin nuget:?package=ScottPlot&version=5.0.46

// Install ScottPlot as a Cake Tool
#tool nuget:?package=ScottPlot&version=5.0.46                

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. 
.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 (34)

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 5 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
Version Downloads Last updated
5.0.46 5,080 11/17/2024
5.0.45 4,096 11/13/2024
5.0.44 4,636 11/9/2024
5.0.43 7,329 11/3/2024
5.0.42 3,715 10/30/2024
5.0.41 4,289 10/28/2024
5.0.40 10,249 10/16/2024
5.0.39 39,818 9/9/2024
5.0.38 6,400 9/2/2024
5.0.37 30,676 7/30/2024
5.0.36 39,487 6/29/2024
5.0.35 20,873 6/10/2024
5.0.34 57,804 5/5/2024
5.0.33 791 5/4/2024
5.0.32 3,030 5/1/2024
5.0.31 4,582 4/27/2024
5.0.30 1,046 4/27/2024
5.0.29 487 4/26/2024
5.0.28 1,433 4/25/2024
5.0.27 9,266 4/23/2024
5.0.26 15,358 4/14/2024
5.0.25 14,142 4/8/2024
5.0.24 3,309 4/7/2024
5.0.23 10,607 3/24/2024
5.0.22 8,364 3/17/2024
5.0.21 28,713 1/29/2024
5.0.20 6,570 1/22/2024
5.0.19 1,593 1/19/2024
5.0.18 2,170 1/18/2024
5.0.17 2,909 1/17/2024
5.0.16 641 1/16/2024
5.0.15 2,120 1/14/2024
5.0.14-beta 399 1/11/2024
5.0.13-beta 302 1/10/2024
5.0.12-beta 241 1/9/2024
5.0.11-beta 1,520 12/28/2023
5.0.10-beta 3,336 12/4/2023
5.0.9-beta 11,780 10/3/2023
5.0.8-beta 30,418 8/13/2023
5.0.7-beta 1,071 8/7/2023
5.0.6-beta 8,164 7/9/2023
5.0.5-beta 1,858 5/18/2023
5.0.4-beta 2,713 4/9/2023
5.0.3-beta 542 4/3/2023
5.0.2-beta 3,228 2/28/2023
5.0.1-beta 1,377 2/9/2023
5.0.0-beta 2,467 1/1/2023
4.1.74 18,825 4/14/2024
4.1.73 7,993 3/24/2024
4.1.72 3,706 3/17/2024
4.1.71 10,611 1/22/2024
4.1.70 41,906 12/28/2023
4.1.69 24,966 12/4/2023
4.1.68 74,833 10/3/2023
4.1.67 52,712 8/13/2023
4.1.66 45,182 8/7/2023
4.1.65 22,923 7/9/2023
4.1.64 58,263 5/18/2023
4.1.63 22,928 4/9/2023
4.1.62 7,525 4/3/2023
4.1.61 34,476 2/28/2023
4.1.60 51,401 12/23/2022
4.1.59 90,937 11/7/2022
4.1.58 32,989 9/9/2022
4.1.57 24,535 8/18/2022
4.1.56 2,458 8/16/2022
4.1.55 4,687 8/15/2022
4.1.53 3,147 8/12/2022
4.1.52 44,791 7/10/2022
4.1.51 6,638 6/30/2022
4.1.50 3,309 6/26/2022
4.1.49 3,588 6/22/2022
4.1.48 4,204 6/9/2022
4.1.47 2,833 6/8/2022
4.1.46 2,773 6/6/2022
4.1.45 37,808 5/6/2022
4.1.44 1,998 5/5/2022
4.1.43 6,551 5/3/2022
4.1.42 2,389 5/1/2022
4.1.41 11,544 4/9/2022
4.1.40 2,571 4/7/2022
4.1.39 9,386 4/1/2022
4.1.38 1,997 3/31/2022
4.1.37 69,747 3/26/2022
4.1.36 6,653 3/19/2022
4.1.35 5,297 3/7/2022
4.1.34 5,549 3/4/2022
4.1.33 16,360 2/5/2022
4.1.32 6,071 1/24/2022
4.1.31 10,137 1/18/2022
4.1.30 2,672 1/15/2022
4.1.29 19,086 1/2/2022
4.1.28 1,772 1/2/2022
4.1.27 44,296 10/24/2021
4.1.26 7,202 10/12/2021
4.1.25 5,455 10/6/2021
4.1.24 2,613 9/26/2021
4.1.23 1,266 9/26/2021
4.1.22 1,261 9/26/2021
4.1.21 3,492 9/18/2021
4.1.20 4,127 9/9/2021
4.1.19 1,416 9/8/2021
4.1.18 2,916 9/8/2021
4.1.17 34,877 8/25/2021
4.1.16 16,437 5/30/2021
4.1.15 1,710 5/27/2021
4.1.14 3,995 5/23/2021
4.1.13-beta 1,617 5/2/2021
4.1.12-beta 1,362 4/12/2021
4.1.11-beta 4,927 3/30/2021
4.1.10-beta 1,410 3/21/2021
4.1.9-beta 2,352 2/21/2021
4.1.8-beta 890 2/16/2021
4.1.7-beta 2,952 2/14/2021
4.1.6-beta 1,073 2/8/2021
4.1.5-beta 945 2/1/2021
4.1.4-beta 840 1/25/2021
4.1.3-beta 1,036 12/27/2020
4.1.2-beta 976 12/12/2020
4.1.1-beta 899 11/29/2020
4.1.0-beta 866 11/29/2020
4.0.49 6,352 8/25/2021
4.0.48 62,528 12/27/2020
4.0.47 16,504 12/13/2020
4.0.46 1,457 12/11/2020
4.0.45 2,885 11/25/2020
4.0.44 1,599 11/22/2020
4.0.42 28,616 9/27/2020
4.0.41 1,465 9/26/2020
4.0.40 2,376 9/20/2020
4.0.39 37,399 8/9/2020
4.0.38 3,808 7/7/2020
4.0.37 2,802 6/22/2020
4.0.36 1,234 6/22/2020
4.0.35 2,243 6/9/2020
4.0.34 3,154 5/18/2020
4.0.33 1,285 5/18/2020
4.0.32 1,290 5/17/2020
4.0.31 2,423 5/6/2020
4.0.30 1,379 5/4/2020
4.0.29 25,248 4/11/2020
4.0.28 1,900 4/7/2020
4.0.27 1,787 4/5/2020
4.0.26 1,428 4/5/2020
4.0.25 1,839 3/29/2020
4.0.24 1,427 3/27/2020
4.0.23 1,369 3/23/2020
4.0.22 1,584 3/17/2020
4.0.21 9,939 3/15/2020
4.0.19 2,719 2/29/2020
4.0.18 5,508 2/7/2020
4.0.17 1,886 2/6/2020
4.0.16 1,368 2/2/2020
4.0.15 1,412 1/28/2020
4.0.14 1,407 1/24/2020
4.0.13 2,172 1/21/2020
4.0.12 1,184 1/21/2020
4.0.11 1,303 1/19/2020
4.0.10 1,400 1/18/2020
4.0.9 6,480 12/4/2019
4.0.8 732 12/3/2019
4.0.7 1,269 12/1/2019
4.0.5 1,509 11/27/2019
4.0.4 1,306 11/24/2019
4.0.3 1,264 11/23/2019
4.0.2 1,456 11/9/2019
4.0.1 2,664 11/3/2019
3.1.6 3,708 10/21/2019
3.1.5 1,007 10/7/2019
3.1.4 886 9/22/2019
3.1.3 1,140 8/25/2019
3.1.1 1,100 8/20/2019
3.0.9 1,950 8/12/2019
3.0.8 956 8/4/2019
3.0.7 856 7/27/2019
3.0.6 934 6/30/2019
3.0.5 846 6/24/2019
3.0.4 783 6/24/2019
3.0.3 3,211 5/29/2019
3.0.2 869 5/28/2019
3.0.1 1,664 5/28/2019