ScottPlot 4.1.19

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

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

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[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};

var plt = new ScottPlot.Plot(400, 300);
plt.AddScatter(xs, ys);
plt.SaveFig("console.png");

alternate text is missing from this package README image

Windows Forms Quickstart

Drop a FormsPlot from the toolbox onto your form and add the following to your start-up sequence:

double[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};
formsPlot1.Plot.AddScatter(xs, ys);

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

Interactive ScottPlot Controls

ScottPlot WinForms control: https://www.nuget.org/packages/ScottPlot.WinForms ScottPlot WPF control: https://www.nuget.org/packages/ScottPlot.WPF ScottPlot Avalonia control: https://www.nuget.org/packages/ScottPlot.Avalonia

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 is compatible.  net462 was computed.  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 43,697 1/26/2025
5.0.53 14,767 1/13/2025
5.0.52 4,705 1/9/2025
5.0.51 1,875 1/8/2025
5.0.50 2,050 1/7/2025
5.0.49 450 1/6/2025
5.0.48 2,646 1/6/2025
5.0.47 50,575 11/24/2024
5.0.46 18,390 11/17/2024
5.0.45 9,538 11/13/2024
5.0.44 6,123 11/9/2024
5.0.43 19,773 11/3/2024
5.0.42 5,914 10/30/2024
5.0.41 5,210 10/28/2024
5.0.40 13,221 10/16/2024
5.0.39 69,022 9/9/2024
5.0.38 8,450 9/2/2024
5.0.37 44,033 7/30/2024
5.0.36 47,290 6/29/2024
5.0.35 25,185 6/10/2024
5.0.34 71,864 5/5/2024
5.0.33 870 5/4/2024
5.0.32 3,733 5/1/2024
5.0.31 4,938 4/27/2024
5.0.30 1,176 4/27/2024
5.0.29 551 4/26/2024
5.0.28 1,483 4/25/2024
5.0.27 11,068 4/23/2024
5.0.26 16,191 4/14/2024
5.0.25 17,373 4/8/2024
5.0.24 3,437 4/7/2024
5.0.23 12,585 3/24/2024
5.0.22 10,475 3/17/2024
5.0.21 33,096 1/29/2024
5.0.20 7,259 1/22/2024
5.0.19 1,744 1/19/2024
5.0.18 2,675 1/18/2024
5.0.17 3,130 1/17/2024
5.0.16 708 1/16/2024
5.0.15 2,912 1/14/2024
5.0.14-beta 419 1/11/2024
5.0.13-beta 319 1/10/2024
5.0.12-beta 267 1/9/2024
5.0.11-beta 1,549 12/28/2023
5.0.10-beta 3,378 12/4/2023
5.0.9-beta 11,817 10/3/2023
5.0.8-beta 30,528 8/13/2023
5.0.7-beta 1,083 8/7/2023
5.0.6-beta 9,299 7/9/2023
5.0.5-beta 1,879 5/18/2023
5.0.4-beta 2,765 4/9/2023
5.0.3-beta 555 4/3/2023
5.0.2-beta 3,393 2/28/2023
5.0.1-beta 1,413 2/9/2023
5.0.0-beta 2,611 1/1/2023
4.1.74 31,679 4/14/2024
4.1.73 11,892 3/24/2024
4.1.72 5,020 3/17/2024
4.1.71 12,871 1/22/2024
4.1.70 49,635 12/28/2023
4.1.69 28,763 12/4/2023
4.1.68 84,202 10/3/2023
4.1.67 63,974 8/13/2023
4.1.66 55,804 8/7/2023
4.1.65 27,176 7/9/2023
4.1.64 62,520 5/18/2023
4.1.63 23,723 4/9/2023
4.1.62 8,166 4/3/2023
4.1.61 38,258 2/28/2023
4.1.60 54,974 12/23/2022
4.1.59 102,372 11/7/2022
4.1.58 34,309 9/9/2022
4.1.57 28,408 8/18/2022
4.1.56 2,512 8/16/2022
4.1.55 4,813 8/15/2022
4.1.53 3,326 8/12/2022
4.1.52 51,630 7/10/2022
4.1.51 7,043 6/30/2022
4.1.50 3,470 6/26/2022
4.1.49 3,635 6/22/2022
4.1.48 4,365 6/9/2022
4.1.47 2,901 6/8/2022
4.1.46 2,831 6/6/2022
4.1.45 39,326 5/6/2022
4.1.44 2,031 5/5/2022
4.1.43 6,770 5/3/2022
4.1.42 2,471 5/1/2022
4.1.41 12,322 4/9/2022
4.1.40 2,620 4/7/2022
4.1.39 9,501 4/1/2022
4.1.38 2,045 3/31/2022
4.1.37 78,340 3/26/2022
4.1.36 6,785 3/19/2022
4.1.35 5,621 3/7/2022
4.1.34 6,139 3/4/2022
4.1.33 17,256 2/5/2022
4.1.32 6,201 1/24/2022
4.1.31 11,197 1/18/2022
4.1.30 2,730 1/15/2022
4.1.29 19,548 1/2/2022
4.1.28 1,881 1/2/2022
4.1.27 46,443 10/24/2021
4.1.26 8,483 10/12/2021
4.1.25 5,506 10/6/2021
4.1.24 2,704 9/26/2021
4.1.23 1,301 9/26/2021
4.1.22 1,307 9/26/2021
4.1.21 3,662 9/18/2021
4.1.20 4,233 9/9/2021
4.1.19 1,475 9/8/2021
4.1.18 4,132 9/8/2021
4.1.17 40,685 8/25/2021
4.1.16 17,795 5/30/2021
4.1.15 1,756 5/27/2021
4.1.14 4,368 5/23/2021
4.1.13-beta 1,648 5/2/2021
4.1.12-beta 1,383 4/12/2021
4.1.11-beta 4,949 3/30/2021
4.1.10-beta 1,440 3/21/2021
4.1.9-beta 2,399 2/21/2021
4.1.8-beta 912 2/16/2021
4.1.7-beta 2,975 2/14/2021
4.1.6-beta 1,098 2/8/2021
4.1.5-beta 968 2/1/2021
4.1.4-beta 862 1/25/2021
4.1.3-beta 1,062 12/27/2020
4.1.2-beta 997 12/12/2020
4.1.1-beta 923 11/29/2020
4.1.0-beta 890 11/29/2020
4.0.49 6,529 8/25/2021
4.0.48 66,746 12/27/2020
4.0.47 17,679 12/13/2020
4.0.46 1,494 12/11/2020
4.0.45 2,934 11/25/2020
4.0.44 1,643 11/22/2020
4.0.42 30,067 9/27/2020
4.0.41 1,508 9/26/2020
4.0.40 2,440 9/20/2020
4.0.39 38,247 8/9/2020
4.0.38 3,924 7/7/2020
4.0.37 2,868 6/22/2020
4.0.36 1,267 6/22/2020
4.0.35 2,291 6/9/2020
4.0.34 3,191 5/18/2020
4.0.33 1,320 5/18/2020
4.0.32 1,325 5/17/2020
4.0.31 2,459 5/6/2020
4.0.30 1,427 5/4/2020
4.0.29 30,653 4/11/2020
4.0.28 2,031 4/7/2020
4.0.27 1,819 4/5/2020
4.0.26 1,462 4/5/2020
4.0.25 1,882 3/29/2020
4.0.24 1,465 3/27/2020
4.0.23 1,406 3/23/2020
4.0.22 1,618 3/17/2020
4.0.21 11,341 3/15/2020
4.0.19 2,751 2/29/2020
4.0.18 5,697 2/7/2020
4.0.17 1,921 2/6/2020
4.0.16 1,400 2/2/2020
4.0.15 1,458 1/28/2020
4.0.14 1,441 1/24/2020
4.0.13 2,205 1/21/2020
4.0.12 1,223 1/21/2020
4.0.11 1,337 1/19/2020
4.0.10 1,460 1/18/2020
4.0.9 6,546 12/4/2019
4.0.8 767 12/3/2019
4.0.7 1,311 12/1/2019
4.0.5 1,544 11/27/2019
4.0.4 1,335 11/24/2019
4.0.3 1,297 11/23/2019
4.0.2 1,501 11/9/2019
4.0.1 2,822 11/3/2019
3.1.6 4,010 10/21/2019
3.1.5 1,056 10/7/2019
3.1.4 925 9/22/2019
3.1.3 1,177 8/25/2019
3.1.1 1,146 8/20/2019
3.0.9 2,010 8/12/2019
3.0.8 989 8/4/2019
3.0.7 892 7/27/2019
3.0.6 982 6/30/2019
3.0.5 881 6/24/2019
3.0.4 816 6/24/2019
3.0.3 3,292 5/29/2019
3.0.2 907 5/28/2019
3.0.1 1,939 5/28/2019