ScottPlot 5.0.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScottPlot --version 5.0.42                
NuGet\Install-Package ScottPlot -Version 5.0.42                
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.42" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot --version 5.0.42                
#r "nuget: ScottPlot, 5.0.42"                
#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.42

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.54 11,768 1/26/2025
5.0.53 10,742 1/13/2025
5.0.52 2,960 1/9/2025
5.0.51 1,249 1/8/2025
5.0.50 1,400 1/7/2025
5.0.49 348 1/6/2025
5.0.48 2,104 1/6/2025
5.0.47 42,123 11/24/2024
5.0.46 15,078 11/17/2024
5.0.45 7,495 11/13/2024
5.0.44 5,829 11/9/2024
5.0.43 15,510 11/3/2024
5.0.42 5,539 10/30/2024
5.0.41 5,084 10/28/2024
5.0.40 12,557 10/16/2024
5.0.39 59,261 9/9/2024
5.0.38 7,696 9/2/2024
5.0.37 38,760 7/30/2024
5.0.36 45,104 6/29/2024
5.0.35 23,791 6/10/2024
5.0.34 64,934 5/5/2024
5.0.33 841 5/4/2024
5.0.32 3,504 5/1/2024
5.0.31 4,803 4/27/2024
5.0.30 1,137 4/27/2024
5.0.29 532 4/26/2024
5.0.28 1,466 4/25/2024
5.0.27 10,571 4/23/2024
5.0.26 15,953 4/14/2024
5.0.25 16,430 4/8/2024
5.0.24 3,403 4/7/2024
5.0.23 12,046 3/24/2024
5.0.22 9,866 3/17/2024
5.0.21 31,360 1/29/2024
5.0.20 7,043 1/22/2024
5.0.19 1,687 1/19/2024
5.0.18 2,623 1/18/2024
5.0.17 3,008 1/17/2024
5.0.16 680 1/16/2024
5.0.15 2,582 1/14/2024
5.0.14-beta 415 1/11/2024
5.0.13-beta 315 1/10/2024
5.0.12-beta 257 1/9/2024
5.0.11-beta 1,542 12/28/2023
5.0.10-beta 3,358 12/4/2023
5.0.9-beta 11,803 10/3/2023
5.0.8-beta 30,497 8/13/2023
5.0.7-beta 1,083 8/7/2023
5.0.6-beta 8,912 7/9/2023
5.0.5-beta 1,873 5/18/2023
5.0.4-beta 2,750 4/9/2023
5.0.3-beta 549 4/3/2023
5.0.2-beta 3,349 2/28/2023
5.0.1-beta 1,399 2/9/2023
5.0.0-beta 2,551 1/1/2023
4.1.74 26,994 4/14/2024
4.1.73 10,118 3/24/2024
4.1.72 4,704 3/17/2024
4.1.71 12,014 1/22/2024
4.1.70 46,780 12/28/2023
4.1.69 27,437 12/4/2023
4.1.68 81,131 10/3/2023
4.1.67 60,365 8/13/2023
4.1.66 52,599 8/7/2023
4.1.65 25,472 7/9/2023
4.1.64 61,156 5/18/2023
4.1.63 23,469 4/9/2023
4.1.62 7,983 4/3/2023
4.1.61 37,050 2/28/2023
4.1.60 53,121 12/23/2022
4.1.59 98,627 11/7/2022
4.1.58 33,859 9/9/2022
4.1.57 27,106 8/18/2022
4.1.56 2,493 8/16/2022
4.1.55 4,771 8/15/2022
4.1.53 3,252 8/12/2022
4.1.52 49,348 7/10/2022
4.1.51 6,857 6/30/2022
4.1.50 3,405 6/26/2022
4.1.49 3,617 6/22/2022
4.1.48 4,319 6/9/2022
4.1.47 2,870 6/8/2022
4.1.46 2,808 6/6/2022
4.1.45 39,022 5/6/2022
4.1.44 2,023 5/5/2022
4.1.43 6,665 5/3/2022
4.1.42 2,434 5/1/2022
4.1.41 12,132 4/9/2022
4.1.40 2,604 4/7/2022
4.1.39 9,481 4/1/2022
4.1.38 2,030 3/31/2022
4.1.37 72,192 3/26/2022
4.1.36 6,747 3/19/2022
4.1.35 5,349 3/7/2022
4.1.34 5,970 3/4/2022
4.1.33 16,872 2/5/2022
4.1.32 6,152 1/24/2022
4.1.31 10,885 1/18/2022
4.1.30 2,711 1/15/2022
4.1.29 19,331 1/2/2022
4.1.28 1,847 1/2/2022
4.1.27 45,781 10/24/2021
4.1.26 7,973 10/12/2021
4.1.25 5,485 10/6/2021
4.1.24 2,672 9/26/2021
4.1.23 1,285 9/26/2021
4.1.22 1,288 9/26/2021
4.1.21 3,621 9/18/2021
4.1.20 4,185 9/9/2021
4.1.19 1,453 9/8/2021
4.1.18 3,841 9/8/2021
4.1.17 38,748 8/25/2021
4.1.16 17,103 5/30/2021
4.1.15 1,742 5/27/2021
4.1.14 4,272 5/23/2021
4.1.13-beta 1,635 5/2/2021
4.1.12-beta 1,372 4/12/2021
4.1.11-beta 4,937 3/30/2021
4.1.10-beta 1,425 3/21/2021
4.1.9-beta 2,376 2/21/2021
4.1.8-beta 899 2/16/2021
4.1.7-beta 2,963 2/14/2021
4.1.6-beta 1,084 2/8/2021
4.1.5-beta 957 2/1/2021
4.1.4-beta 850 1/25/2021
4.1.3-beta 1,050 12/27/2020
4.1.2-beta 986 12/12/2020
4.1.1-beta 910 11/29/2020
4.1.0-beta 876 11/29/2020
4.0.49 6,462 8/25/2021
4.0.48 65,117 12/27/2020
4.0.47 17,597 12/13/2020
4.0.46 1,481 12/11/2020
4.0.45 2,915 11/25/2020
4.0.44 1,623 11/22/2020
4.0.42 29,598 9/27/2020
4.0.41 1,493 9/26/2020
4.0.40 2,409 9/20/2020
4.0.39 38,061 8/9/2020
4.0.38 3,877 7/7/2020
4.0.37 2,854 6/22/2020
4.0.36 1,252 6/22/2020
4.0.35 2,269 6/9/2020
4.0.34 3,175 5/18/2020
4.0.33 1,305 5/18/2020
4.0.32 1,309 5/17/2020
4.0.31 2,445 5/6/2020
4.0.30 1,408 5/4/2020
4.0.29 28,405 4/11/2020
4.0.28 1,985 4/7/2020
4.0.27 1,805 4/5/2020
4.0.26 1,446 4/5/2020
4.0.25 1,864 3/29/2020
4.0.24 1,449 3/27/2020
4.0.23 1,386 3/23/2020
4.0.22 1,602 3/17/2020
4.0.21 10,902 3/15/2020
4.0.19 2,737 2/29/2020
4.0.18 5,627 2/7/2020
4.0.17 1,906 2/6/2020
4.0.16 1,385 2/2/2020
4.0.15 1,442 1/28/2020
4.0.14 1,424 1/24/2020
4.0.13 2,190 1/21/2020
4.0.12 1,205 1/21/2020
4.0.11 1,322 1/19/2020
4.0.10 1,438 1/18/2020
4.0.9 6,519 12/4/2019
4.0.8 753 12/3/2019
4.0.7 1,295 12/1/2019
4.0.5 1,530 11/27/2019
4.0.4 1,323 11/24/2019
4.0.3 1,282 11/23/2019
4.0.2 1,483 11/9/2019
4.0.1 2,759 11/3/2019
3.1.6 3,917 10/21/2019
3.1.5 1,037 10/7/2019
3.1.4 908 9/22/2019
3.1.3 1,161 8/25/2019
3.1.1 1,124 8/20/2019
3.0.9 1,986 8/12/2019
3.0.8 974 8/4/2019
3.0.7 875 7/27/2019
3.0.6 962 6/30/2019
3.0.5 866 6/24/2019
3.0.4 800 6/24/2019
3.0.3 3,267 5/29/2019
3.0.2 891 5/28/2019
3.0.1 1,816 5/28/2019