ScottPlot 4.1.52

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

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

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

Showing the top 5 NuGet packages that depend on ScottPlot:

Package Downloads
ScottPlot.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

User controls for displaying interactive plots in WPF applications

ScottPlot.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

User controls for displaying interactive plots in Windows Forms applications

ScottPlot.Avalonia The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

User controls for displaying interactive plots in Avalonia applications

ScottPlot.Eto The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

User controls for displaying interactive plots in Eto applications

BioCore

A .NET library & program for annotating, & editing various microscopy imaging formats using Bioformats supported images. including whole slide, pyramidal & series.

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on ScottPlot:

Repository Stars
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
rstropek/Samples
Version Downloads Last updated
5.0.36 0 6/29/2024
5.0.35 9,922 6/10/2024
5.0.34 30,227 5/5/2024
5.0.33 672 5/4/2024
5.0.32 1,879 5/1/2024
5.0.31 3,891 4/27/2024
5.0.30 771 4/27/2024
5.0.29 373 4/26/2024
5.0.28 1,313 4/25/2024
5.0.27 4,832 4/23/2024
5.0.26 12,515 4/14/2024
5.0.25 8,489 4/8/2024
5.0.24 3,095 4/7/2024
5.0.23 8,131 3/24/2024
5.0.22 5,675 3/17/2024
5.0.21 22,773 1/29/2024
5.0.20 4,957 1/22/2024
5.0.19 1,429 1/19/2024
5.0.18 1,386 1/18/2024
5.0.17 2,170 1/17/2024
5.0.16 534 1/16/2024
5.0.15 1,312 1/14/2024
5.0.14-beta 339 1/11/2024
5.0.13-beta 252 1/10/2024
5.0.12-beta 204 1/9/2024
5.0.11-beta 1,398 12/28/2023
5.0.10-beta 2,703 12/4/2023
5.0.9-beta 11,536 10/3/2023
5.0.8-beta 28,172 8/13/2023
5.0.7-beta 1,024 8/7/2023
5.0.6-beta 6,453 7/9/2023
5.0.5-beta 1,706 5/18/2023
5.0.4-beta 2,606 4/9/2023
5.0.3-beta 501 4/3/2023
5.0.2-beta 2,835 2/28/2023
5.0.1-beta 1,278 2/9/2023
5.0.0-beta 2,336 1/1/2023
4.1.74 5,282 4/14/2024
4.1.73 3,453 3/24/2024
4.1.72 2,485 3/17/2024
4.1.71 7,348 1/22/2024
4.1.70 26,107 12/28/2023
4.1.69 17,801 12/4/2023
4.1.68 58,566 10/3/2023
4.1.67 39,867 8/13/2023
4.1.66 33,240 8/7/2023
4.1.65 17,658 7/9/2023
4.1.64 52,025 5/18/2023
4.1.63 21,866 4/9/2023
4.1.62 6,690 4/3/2023
4.1.61 28,053 2/28/2023
4.1.60 46,345 12/23/2022
4.1.59 77,128 11/7/2022
4.1.58 31,374 9/9/2022
4.1.57 19,919 8/18/2022
4.1.56 2,363 8/16/2022
4.1.55 4,188 8/15/2022
4.1.53 2,898 8/12/2022
4.1.52 37,416 7/10/2022
4.1.51 6,357 6/30/2022
4.1.50 3,105 6/26/2022
4.1.49 3,205 6/22/2022
4.1.48 4,033 6/9/2022
4.1.47 2,733 6/8/2022
4.1.46 2,681 6/6/2022
4.1.45 35,721 5/6/2022
4.1.44 1,924 5/5/2022
4.1.43 6,124 5/3/2022
4.1.42 2,275 5/1/2022
4.1.41 10,474 4/9/2022
4.1.40 2,478 4/7/2022
4.1.39 9,244 4/1/2022
4.1.38 1,916 3/31/2022
4.1.37 54,888 3/26/2022
4.1.36 6,162 3/19/2022
4.1.35 5,168 3/7/2022
4.1.34 5,038 3/4/2022
4.1.33 15,618 2/5/2022
4.1.32 5,896 1/24/2022
4.1.31 8,471 1/18/2022
4.1.30 2,585 1/15/2022
4.1.29 17,812 1/2/2022
4.1.28 1,613 1/2/2022
4.1.27 41,083 10/24/2021
4.1.26 5,519 10/12/2021
4.1.25 5,372 10/6/2021
4.1.24 2,504 9/26/2021
4.1.23 1,212 9/26/2021
4.1.22 1,205 9/26/2021
4.1.21 3,262 9/18/2021
4.1.20 3,998 9/9/2021
4.1.19 1,339 9/8/2021
4.1.18 1,306 9/8/2021
4.1.17 28,827 8/25/2021
4.1.16 15,019 5/30/2021
4.1.15 1,642 5/27/2021
4.1.14 3,580 5/23/2021
4.1.13-beta 1,558 5/2/2021
4.1.12-beta 1,308 4/12/2021
4.1.11-beta 4,878 3/30/2021
4.1.10-beta 1,357 3/21/2021
4.1.9-beta 2,268 2/21/2021
4.1.8-beta 844 2/16/2021
4.1.7-beta 2,902 2/14/2021
4.1.6-beta 1,016 2/8/2021
4.1.5-beta 899 2/1/2021
4.1.4-beta 788 1/25/2021
4.1.3-beta 979 12/27/2020
4.1.2-beta 927 12/12/2020
4.1.1-beta 845 11/29/2020
4.1.0-beta 824 11/29/2020
4.0.49 6,114 8/25/2021
4.0.48 56,759 12/27/2020
4.0.47 14,107 12/13/2020
4.0.46 1,398 12/11/2020
4.0.45 2,792 11/25/2020
4.0.44 1,553 11/22/2020
4.0.42 27,332 9/27/2020
4.0.41 1,425 9/26/2020
4.0.40 2,274 9/20/2020
4.0.39 34,407 8/9/2020
4.0.38 3,658 7/7/2020
4.0.37 2,465 6/22/2020
4.0.36 1,190 6/22/2020
4.0.35 2,136 6/9/2020
4.0.34 3,103 5/18/2020
4.0.33 1,243 5/18/2020
4.0.32 1,247 5/17/2020
4.0.31 2,373 5/6/2020
4.0.30 1,320 5/4/2020
4.0.29 18,359 4/11/2020
4.0.28 1,750 4/7/2020
4.0.27 1,738 4/5/2020
4.0.26 1,381 4/5/2020
4.0.25 1,774 3/29/2020
4.0.24 1,364 3/27/2020
4.0.23 1,327 3/23/2020
4.0.22 1,543 3/17/2020
4.0.21 8,221 3/15/2020
4.0.19 2,672 2/29/2020
4.0.18 5,318 2/7/2020
4.0.17 1,846 2/6/2020
4.0.16 1,328 2/2/2020
4.0.15 1,364 1/28/2020
4.0.14 1,362 1/24/2020
4.0.13 2,119 1/21/2020
4.0.12 1,135 1/21/2020
4.0.11 1,256 1/19/2020
4.0.10 1,329 1/18/2020
4.0.9 6,402 12/4/2019
4.0.8 706 12/3/2019
4.0.7 1,216 12/1/2019
4.0.5 1,440 11/27/2019
4.0.4 1,263 11/24/2019
4.0.3 1,220 11/23/2019
4.0.2 1,399 11/9/2019
4.0.1 2,475 11/3/2019
3.1.6 3,506 10/21/2019
3.1.5 971 10/7/2019
3.1.4 855 9/22/2019
3.1.3 1,115 8/25/2019
3.1.1 1,073 8/20/2019
3.0.9 1,856 8/12/2019
3.0.8 926 8/4/2019
3.0.7 832 7/27/2019
3.0.6 908 6/30/2019
3.0.5 823 6/24/2019
3.0.4 761 6/24/2019
3.0.3 3,113 5/29/2019
3.0.2 843 5/28/2019
3.0.1 1,396 5/28/2019