ScottPlot 4.1.60
See the version list below for details.
dotnet add package ScottPlot --version 4.1.60
NuGet\Install-Package ScottPlot -Version 4.1.60
<PackageReference Include="ScottPlot" Version="4.1.60" />
paket add ScottPlot --version 4.1.60
#r "nuget: ScottPlot, 4.1.60"
// Install ScottPlot as a Cake Addin
#addin nuget:?package=ScottPlot&version=4.1.60
// Install ScottPlot as a Cake Tool
#tool nuget:?package=ScottPlot&version=4.1.60
ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets.
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");
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);
More Quickstarts
- Console Application Quickstart
- Windows Forms Quickstart
- WPF Quickstart
- Avalonia Quickstart
- Eto Quickstart
- Powershell Quickstart
- Interactive Notebook Quickstart
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.
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.
- Windows
- Linux (extra setup may be required)
- MacOS (extra setup may be required)
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.2
- System.Drawing.Common (>= 4.7.2)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.2)
- System.Numerics.Vectors (>= 4.5.0)
-
net6.0
- System.Drawing.Common (>= 4.7.2)
- System.Numerics.Vectors (>= 4.5.0)
NuGet packages (12)
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 |
|
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 (7)
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测试、编码转换、乱码恢复等功能
|
|
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
|
|
swharden/Spectrogram
.NET library for creating spectrograms (visual representations of frequency spectrum over time)
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-beta | 460 | 1/1/2023 |
4.1.60 | 5,304 | 12/23/2022 |
4.1.59 | 15,290 | 11/7/2022 |
4.1.58 | 14,316 | 9/9/2022 |
4.1.57 | 6,957 | 8/18/2022 |
4.1.56 | 1,214 | 8/16/2022 |
4.1.55 | 1,614 | 8/15/2022 |
4.1.53 | 1,228 | 8/12/2022 |
4.1.52 | 13,092 | 7/10/2022 |
4.1.51 | 3,898 | 6/30/2022 |
4.1.50 | 1,651 | 6/26/2022 |
4.1.49 | 1,831 | 6/22/2022 |
4.1.48 | 2,667 | 6/9/2022 |
4.1.47 | 1,687 | 6/8/2022 |
4.1.46 | 1,279 | 6/6/2022 |
4.1.45 | 22,954 | 5/6/2022 |
4.1.44 | 879 | 5/5/2022 |
4.1.43 | 2,877 | 5/3/2022 |
4.1.42 | 1,115 | 5/1/2022 |
4.1.41 | 6,424 | 4/9/2022 |
4.1.40 | 1,356 | 4/7/2022 |
4.1.39 | 6,692 | 4/1/2022 |
4.1.38 | 921 | 3/31/2022 |
4.1.37 | 11,028 | 3/26/2022 |
4.1.36 | 4,514 | 3/19/2022 |
4.1.35 | 3,724 | 3/7/2022 |
4.1.34 | 1,922 | 3/4/2022 |
4.1.33 | 9,437 | 2/5/2022 |
4.1.32 | 3,705 | 1/24/2022 |
4.1.31 | 3,753 | 1/18/2022 |
4.1.30 | 1,244 | 1/15/2022 |
4.1.29 | 6,881 | 1/2/2022 |
4.1.28 | 647 | 1/2/2022 |
4.1.27 | 23,138 | 10/24/2021 |
4.1.26 | 4,041 | 10/12/2021 |
4.1.25 | 4,270 | 10/6/2021 |
4.1.24 | 1,698 | 9/26/2021 |
4.1.23 | 551 | 9/26/2021 |
4.1.22 | 537 | 9/26/2021 |
4.1.21 | 1,812 | 9/18/2021 |
4.1.20 | 2,967 | 9/9/2021 |
4.1.19 | 664 | 9/8/2021 |
4.1.18 | 635 | 9/8/2021 |
4.1.17 | 10,940 | 8/25/2021 |
4.1.16 | 12,136 | 5/30/2021 |
4.1.15 | 919 | 5/27/2021 |
4.1.14 | 1,761 | 5/23/2021 |
4.1.13-beta | 1,051 | 5/2/2021 |
4.1.12-beta | 695 | 4/12/2021 |
4.1.11-beta | 4,340 | 3/30/2021 |
4.1.10-beta | 798 | 3/21/2021 |
4.1.9-beta | 1,490 | 2/21/2021 |
4.1.8-beta | 359 | 2/16/2021 |
4.1.7-beta | 2,429 | 2/14/2021 |
4.1.6-beta | 470 | 2/8/2021 |
4.1.5-beta | 395 | 2/1/2021 |
4.1.4-beta | 311 | 1/25/2021 |
4.1.3-beta | 465 | 12/27/2020 |
4.1.2-beta | 423 | 12/12/2020 |
4.1.1-beta | 346 | 11/29/2020 |
4.1.0-beta | 300 | 11/29/2020 |
4.0.49 | 4,555 | 8/25/2021 |
4.0.48 | 44,356 | 12/27/2020 |
4.0.47 | 7,319 | 12/13/2020 |
4.0.46 | 767 | 12/11/2020 |
4.0.45 | 1,929 | 11/25/2020 |
4.0.44 | 893 | 11/22/2020 |
4.0.42 | 20,994 | 9/27/2020 |
4.0.41 | 758 | 9/26/2020 |
4.0.40 | 1,313 | 9/20/2020 |
4.0.39 | 22,465 | 8/9/2020 |
4.0.38 | 2,764 | 7/7/2020 |
4.0.37 | 1,195 | 6/22/2020 |
4.0.36 | 600 | 6/22/2020 |
4.0.35 | 1,436 | 6/9/2020 |
4.0.34 | 2,299 | 5/18/2020 |
4.0.33 | 564 | 5/18/2020 |
4.0.32 | 601 | 5/17/2020 |
4.0.31 | 1,759 | 5/6/2020 |
4.0.30 | 708 | 5/4/2020 |
4.0.29 | 16,154 | 4/11/2020 |
4.0.28 | 964 | 4/7/2020 |
4.0.27 | 1,135 | 4/5/2020 |
4.0.26 | 730 | 4/5/2020 |
4.0.25 | 1,126 | 3/29/2020 |
4.0.24 | 722 | 3/27/2020 |
4.0.23 | 738 | 3/23/2020 |
4.0.22 | 959 | 3/17/2020 |
4.0.21 | 4,826 | 3/15/2020 |
4.0.19 | 1,930 | 2/29/2020 |
4.0.18 | 3,459 | 2/7/2020 |
4.0.17 | 1,232 | 2/6/2020 |
4.0.16 | 734 | 2/2/2020 |
4.0.15 | 772 | 1/28/2020 |
4.0.14 | 798 | 1/24/2020 |
4.0.13 | 1,522 | 1/21/2020 |
4.0.12 | 609 | 1/21/2020 |
4.0.11 | 672 | 1/19/2020 |
4.0.10 | 700 | 1/18/2020 |
4.0.9 | 5,345 | 12/4/2019 |
4.0.8 | 415 | 12/3/2019 |
4.0.7 | 639 | 12/1/2019 |
4.0.5 | 728 | 11/27/2019 |
4.0.4 | 638 | 11/24/2019 |
4.0.3 | 612 | 11/23/2019 |
4.0.2 | 790 | 11/9/2019 |
4.0.1 | 1,510 | 11/3/2019 |
3.1.6 | 2,010 | 10/21/2019 |
3.1.5 | 641 | 10/7/2019 |
3.1.4 | 582 | 9/22/2019 |
3.1.3 | 816 | 8/25/2019 |
3.1.1 | 783 | 8/20/2019 |
3.0.9 | 1,301 | 8/12/2019 |
3.0.8 | 584 | 8/4/2019 |
3.0.7 | 513 | 7/27/2019 |
3.0.6 | 612 | 6/30/2019 |
3.0.5 | 498 | 6/24/2019 |
3.0.4 | 486 | 6/24/2019 |
3.0.3 | 2,420 | 5/29/2019 |
3.0.2 | 566 | 5/28/2019 |
3.0.1 | 653 | 5/28/2019 |