ScottPlot 4.1.28

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

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

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

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

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

Repository Stars
ariacom/Seal-Report
Open Database Reporting Tool (.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.23 1,099 3/24/2024
5.0.22 2,790 3/17/2024
5.0.21 14,591 1/29/2024
5.0.20 3,181 1/22/2024
5.0.19 1,277 1/19/2024
5.0.18 891 1/18/2024
5.0.17 1,638 1/17/2024
5.0.16 483 1/16/2024
5.0.15 930 1/14/2024
5.0.14-beta 315 1/11/2024
5.0.13-beta 233 1/10/2024
5.0.12-beta 184 1/9/2024
5.0.11-beta 1,215 12/28/2023
5.0.10-beta 1,929 12/4/2023
5.0.9-beta 11,261 10/3/2023
5.0.8-beta 19,833 8/13/2023
5.0.7-beta 1,007 8/7/2023
5.0.6-beta 5,571 7/9/2023
5.0.5-beta 1,675 5/18/2023
5.0.4-beta 2,051 4/9/2023
5.0.3-beta 486 4/3/2023
5.0.2-beta 2,709 2/28/2023
5.0.1-beta 1,188 2/9/2023
5.0.0-beta 2,233 1/1/2023
4.1.73 333 3/24/2024
4.1.72 738 3/17/2024
4.1.71 4,657 1/22/2024
4.1.70 13,296 12/28/2023
4.1.69 13,618 12/4/2023
4.1.68 41,478 10/3/2023
4.1.67 31,942 8/13/2023
4.1.66 25,136 8/7/2023
4.1.65 15,685 7/9/2023
4.1.64 47,058 5/18/2023
4.1.63 21,007 4/9/2023
4.1.62 6,004 4/3/2023
4.1.61 25,054 2/28/2023
4.1.60 41,874 12/23/2022
4.1.59 68,292 11/7/2022
4.1.58 30,177 9/9/2022
4.1.57 15,603 8/18/2022
4.1.56 2,321 8/16/2022
4.1.55 3,759 8/15/2022
4.1.53 2,774 8/12/2022
4.1.52 33,938 7/10/2022
4.1.51 6,282 6/30/2022
4.1.50 3,015 6/26/2022
4.1.49 2,939 6/22/2022
4.1.48 3,897 6/9/2022
4.1.47 2,714 6/8/2022
4.1.46 2,656 6/6/2022
4.1.45 34,352 5/6/2022
4.1.44 1,917 5/5/2022
4.1.43 5,828 5/3/2022
4.1.42 2,248 5/1/2022
4.1.41 9,917 4/9/2022
4.1.40 2,438 4/7/2022
4.1.39 9,187 4/1/2022
4.1.38 1,899 3/31/2022
4.1.37 46,335 3/26/2022
4.1.36 6,001 3/19/2022
4.1.35 5,110 3/7/2022
4.1.34 4,652 3/4/2022
4.1.33 15,040 2/5/2022
4.1.32 5,686 1/24/2022
4.1.31 7,837 1/18/2022
4.1.30 2,550 1/15/2022
4.1.29 16,040 1/2/2022
4.1.28 1,566 1/2/2022
4.1.27 39,449 10/24/2021
4.1.26 5,229 10/12/2021
4.1.25 5,322 10/6/2021
4.1.24 2,468 9/26/2021
4.1.23 1,201 9/26/2021
4.1.22 1,193 9/26/2021
4.1.21 3,122 9/18/2021
4.1.20 3,956 9/9/2021
4.1.19 1,326 9/8/2021
4.1.18 1,292 9/8/2021
4.1.17 25,022 8/25/2021
4.1.16 14,416 5/30/2021
4.1.15 1,617 5/27/2021
4.1.14 3,327 5/23/2021
4.1.13-beta 1,551 5/2/2021
4.1.12-beta 1,262 4/12/2021
4.1.11-beta 4,877 3/30/2021
4.1.10-beta 1,347 3/21/2021
4.1.9-beta 2,224 2/21/2021
4.1.8-beta 841 2/16/2021
4.1.7-beta 2,898 2/14/2021
4.1.6-beta 1,002 2/8/2021
4.1.5-beta 898 2/1/2021
4.1.4-beta 784 1/25/2021
4.1.3-beta 975 12/27/2020
4.1.2-beta 923 12/12/2020
4.1.1-beta 838 11/29/2020
4.1.0-beta 818 11/29/2020
4.0.49 5,966 8/25/2021
4.0.48 53,307 12/27/2020
4.0.47 13,648 12/13/2020
4.0.46 1,393 12/11/2020
4.0.45 2,774 11/25/2020
4.0.44 1,541 11/22/2020
4.0.42 26,146 9/27/2020
4.0.41 1,411 9/26/2020
4.0.40 2,212 9/20/2020
4.0.39 32,487 8/9/2020
4.0.38 3,565 7/7/2020
4.0.37 2,405 6/22/2020
4.0.36 1,176 6/22/2020
4.0.35 2,103 6/9/2020
4.0.34 3,089 5/18/2020
4.0.33 1,239 5/18/2020
4.0.32 1,240 5/17/2020
4.0.31 2,367 5/6/2020
4.0.30 1,309 5/4/2020
4.0.29 17,637 4/11/2020
4.0.28 1,720 4/7/2020
4.0.27 1,735 4/5/2020
4.0.26 1,377 4/5/2020
4.0.25 1,749 3/29/2020
4.0.24 1,350 3/27/2020
4.0.23 1,321 3/23/2020
4.0.22 1,538 3/17/2020
4.0.21 7,208 3/15/2020
4.0.19 2,655 2/29/2020
4.0.18 5,179 2/7/2020
4.0.17 1,840 2/6/2020
4.0.16 1,322 2/2/2020
4.0.15 1,356 1/28/2020
4.0.14 1,355 1/24/2020
4.0.13 2,114 1/21/2020
4.0.12 1,125 1/21/2020
4.0.11 1,250 1/19/2020
4.0.10 1,306 1/18/2020
4.0.9 6,371 12/4/2019
4.0.8 700 12/3/2019
4.0.7 1,207 12/1/2019
4.0.5 1,428 11/27/2019
4.0.4 1,258 11/24/2019
4.0.3 1,213 11/23/2019
4.0.2 1,390 11/9/2019
4.0.1 2,382 11/3/2019
3.1.6 3,334 10/21/2019
3.1.5 963 10/7/2019
3.1.4 840 9/22/2019
3.1.3 1,109 8/25/2019
3.1.1 1,071 8/20/2019
3.0.9 1,784 8/12/2019
3.0.8 918 8/4/2019
3.0.7 828 7/27/2019
3.0.6 899 6/30/2019
3.0.5 821 6/24/2019
3.0.4 758 6/24/2019
3.0.3 3,066 5/29/2019
3.0.2 834 5/28/2019
3.0.1 1,249 5/28/2019