ScottPlot 4.1.68

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

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

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

Supported Platforms

.NET Versions

  • .NET Standard 2.0
  • .NET Framework 4.6.2 and newer
  • .NET (Core) 6 and newer (compatibility notes)

Operating Systems

ScottPlot 4 is supported anywhere System.Drawing.Common is.

ScottPlot 5 (in development) uses SkiaSharp for improved cross-platform support for .NET 7 and later.

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 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 was computed.  net8.0-android 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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

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

CsharpRAPL

CSharpRAPL is a framework for benchmarking C# in regards to energy. In the Benchmarks folder, all the benchmarks created for this project can be found. CSharpRAPL contains the library code we have implemented to use for benchmarking. This code is a continuation and extension of lrecht/ParadigmComparison, which is an earlier university project. By default, the CSharpRAPL tries to make each loop iteration take 2 seconds called Dynamic Loop Iteration Scaling. CSharpRAPL also has Dynamic Iteration Calculation which scales the number of loop iterations according to the deviation of the results. The results generated is a CSV file that contains the DRAM Energy, Temperature, Elapsed Time, Package Energy, and the return value of the Benchmark.

GitHub repositories (13)

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

Repository Stars
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
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
Version Downloads Last updated
5.0.9-beta 3,483 10/3/2023
5.0.8-beta 9,407 8/13/2023
5.0.7-beta 811 8/7/2023
5.0.6-beta 4,376 7/9/2023
5.0.5-beta 1,492 5/18/2023
5.0.4-beta 1,557 4/9/2023
5.0.3-beta 361 4/3/2023
5.0.2-beta 2,120 2/28/2023
5.0.1-beta 1,029 2/9/2023
5.0.0-beta 1,961 1/1/2023
4.1.68 19,037 10/3/2023
4.1.67 21,498 8/13/2023
4.1.66 12,923 8/7/2023
4.1.65 12,530 7/9/2023
4.1.64 34,228 5/18/2023
4.1.63 18,980 4/9/2023
4.1.62 4,795 4/3/2023
4.1.61 20,796 2/28/2023
4.1.60 36,325 12/23/2022
4.1.59 56,577 11/7/2022
4.1.58 27,540 9/9/2022
4.1.57 12,393 8/18/2022
4.1.56 2,092 8/16/2022
4.1.55 2,834 8/15/2022
4.1.53 2,458 8/12/2022
4.1.52 28,962 7/10/2022
4.1.51 6,051 6/30/2022
4.1.50 2,733 6/26/2022
4.1.49 2,701 6/22/2022
4.1.48 3,651 6/9/2022
4.1.47 2,498 6/8/2022
4.1.46 2,485 6/6/2022
4.1.45 31,986 5/6/2022
4.1.44 1,741 5/5/2022
4.1.43 5,163 5/3/2022
4.1.42 2,027 5/1/2022
4.1.41 9,178 4/9/2022
4.1.40 2,235 4/7/2022
4.1.39 8,978 4/1/2022
4.1.38 1,747 3/31/2022
4.1.37 35,313 3/26/2022
4.1.36 5,692 3/19/2022
4.1.35 4,908 3/7/2022
4.1.34 4,083 3/4/2022
4.1.33 14,017 2/5/2022
4.1.32 5,185 1/24/2022
4.1.31 6,973 1/18/2022
4.1.30 2,353 1/15/2022
4.1.29 13,924 1/2/2022
4.1.28 1,210 1/2/2022
4.1.27 36,230 10/24/2021
4.1.26 4,834 10/12/2021
4.1.25 5,098 10/6/2021
4.1.24 2,272 9/26/2021
4.1.23 1,054 9/26/2021
4.1.22 996 9/26/2021
4.1.21 2,787 9/18/2021
4.1.20 3,707 9/9/2021
4.1.19 1,138 9/8/2021
4.1.18 1,095 9/8/2021
4.1.17 20,212 8/25/2021
4.1.16 13,666 5/30/2021
4.1.15 1,438 5/27/2021
4.1.14 2,786 5/23/2021
4.1.13-beta 1,416 5/2/2021
4.1.12-beta 1,108 4/12/2021
4.1.11-beta 4,686 3/30/2021
4.1.10-beta 1,169 3/21/2021
4.1.9-beta 2,006 2/21/2021
4.1.8-beta 676 2/16/2021
4.1.7-beta 2,743 2/14/2021
4.1.6-beta 839 2/8/2021
4.1.5-beta 741 2/1/2021
4.1.4-beta 651 1/25/2021
4.1.3-beta 817 12/27/2020
4.1.2-beta 761 12/12/2020
4.1.1-beta 677 11/29/2020
4.1.0-beta 628 11/29/2020
4.0.49 5,662 8/25/2021
4.0.48 50,069 12/27/2020
4.0.47 12,256 12/13/2020
4.0.46 1,205 12/11/2020
4.0.45 2,577 11/25/2020
4.0.44 1,372 11/22/2020
4.0.42 24,628 9/27/2020
4.0.41 1,227 9/26/2020
4.0.40 1,926 9/20/2020
4.0.39 30,476 8/9/2020
4.0.38 3,311 7/7/2020
4.0.37 2,083 6/22/2020
4.0.36 1,026 6/22/2020
4.0.35 1,872 6/9/2020
4.0.34 2,924 5/18/2020
4.0.33 1,070 5/18/2020
4.0.32 1,066 5/17/2020
4.0.31 2,210 5/6/2020
4.0.30 1,152 5/4/2020
4.0.29 17,212 4/11/2020
4.0.28 1,535 4/7/2020
4.0.27 1,592 4/5/2020
4.0.26 1,203 4/5/2020
4.0.25 1,590 3/29/2020
4.0.24 1,189 3/27/2020
4.0.23 1,166 3/23/2020
4.0.22 1,389 3/17/2020
4.0.21 6,315 3/15/2020
4.0.19 2,493 2/29/2020
4.0.18 4,782 2/7/2020
4.0.17 1,696 2/6/2020
4.0.16 1,162 2/2/2020
4.0.15 1,189 1/28/2020
4.0.14 1,208 1/24/2020
4.0.13 1,960 1/21/2020
4.0.12 995 1/21/2020
4.0.11 1,100 1/19/2020
4.0.10 1,146 1/18/2020
4.0.9 6,166 12/4/2019
4.0.8 644 12/3/2019
4.0.7 1,074 12/1/2019
4.0.5 1,243 11/27/2019
4.0.4 1,095 11/24/2019
4.0.3 1,066 11/23/2019
4.0.2 1,247 11/9/2019
4.0.1 2,124 11/3/2019
3.1.6 3,088 10/21/2019
3.1.5 874 10/7/2019
3.1.4 791 9/22/2019
3.1.3 1,058 8/25/2019
3.1.1 1,004 8/20/2019
3.0.9 1,661 8/12/2019
3.0.8 868 8/4/2019
3.0.7 765 7/27/2019
3.0.6 829 6/30/2019
3.0.5 735 6/24/2019
3.0.4 722 6/24/2019
3.0.3 2,931 5/29/2019
3.0.2 776 5/28/2019
3.0.1 1,006 5/28/2019