ScottPlot.WPF 4.1.58

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

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

ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets. This package provides a WPF control for interactive manipulation of ScottPlot plots.

WPF Quickstart

Add a WpfPlot to your window and give it a unique name:

<WpfPlot Name="WpfPlot1" />

Add the following to your start-up sequence:

double[] dataX = new double[] { 1, 2, 3, 4, 5 };
double[] dataY = new double[] { 1, 4, 9, 16, 25 };
WpfPlot1.Plot.AddScatter(dataX, dataY);

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  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.  net6.0-windows7.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ScottPlot.WPF:

Package Downloads
RingSoft.App.Controls

Package Description

ProteoformExplorer

Proteoform Dashboard for WPF Applications

WpfAppNetCore

Package Description

AntControl

增加样式: 1、DataGrid;

CrissCross.WPF.Plot

A Reactive Navigation Framework for ReactiveUI

GitHub repositories (6)

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

Repository Stars
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
Piotrekol/StreamCompanion
osu! information extractor, ranging from selected map info to live play data
project-sbc/Handheld-Control-Panel
HerrRiebmann/KDS2Bluetooth
Kawasaki Diagnostic Service Reader via Bluetooth
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
Version Downloads Last updated
5.0.39 1,216 9/9/2024
5.0.38 807 9/2/2024
5.0.37 4,216 7/30/2024
5.0.36 3,658 6/29/2024
5.0.35 2,865 6/10/2024
5.0.34 6,665 5/5/2024
5.0.33 286 5/4/2024
5.0.32 343 5/1/2024
5.0.31 1,425 4/27/2024
5.0.30 242 4/27/2024
5.0.29 158 4/26/2024
5.0.28 331 4/25/2024
5.0.27 764 4/23/2024
5.0.26 2,029 4/14/2024
5.0.25 1,988 4/8/2024
5.0.24 930 4/7/2024
5.0.23 2,028 3/24/2024
5.0.22 3,193 3/17/2024
5.0.21 7,202 1/29/2024
5.0.20 1,068 1/22/2024
5.0.19 328 1/19/2024
5.0.18 255 1/18/2024
5.0.17 360 1/17/2024
5.0.16 237 1/16/2024
5.0.15 440 1/14/2024
5.0.14-beta 127 1/11/2024
5.0.13-beta 88 1/10/2024
5.0.12-beta 106 1/9/2024
5.0.11-beta 214 12/28/2023
5.0.10-beta 389 12/4/2023
5.0.9-beta 1,364 10/3/2023
5.0.8-beta 1,263 8/13/2023
5.0.7-beta 419 8/7/2023
5.0.6-beta 620 7/9/2023
5.0.5-beta 729 5/18/2023
5.0.4-beta 664 4/9/2023
5.0.3-beta 473 4/3/2023
5.0.2-beta 1,758 2/28/2023
5.0.1-beta 511 2/9/2023
5.0.0-beta 816 1/1/2023
4.1.74 3,065 4/14/2024
4.1.73 677 3/24/2024
4.1.72 1,347 3/17/2024
4.1.71 2,445 1/22/2024
4.1.70 3,583 12/28/2023
4.1.69 5,136 12/4/2023
4.1.68 18,628 10/3/2023
4.1.67 11,459 8/13/2023
4.1.66 1,992 8/7/2023
4.1.65 5,289 7/9/2023
4.1.64 11,399 5/18/2023
4.1.63 6,999 4/9/2023
4.1.62 1,563 4/3/2023
4.1.61 15,137 2/28/2023
4.1.60 16,137 12/23/2022
4.1.59 17,611 11/7/2022
4.1.58 10,888 9/9/2022
4.1.57 3,414 8/18/2022
4.1.56 1,070 8/16/2022
4.1.55 1,709 8/15/2022
4.1.54 1,735 8/12/2022
4.1.52 7,232 7/10/2022
4.1.51 1,865 6/30/2022
4.1.50 1,404 6/26/2022
4.1.49 1,580 6/22/2022
4.1.48 1,671 6/9/2022
4.1.47 1,447 6/8/2022
4.1.46 1,076 6/6/2022
4.1.45 7,687 5/6/2022
4.1.44 816 5/5/2022
4.1.43 1,200 5/3/2022
4.1.42 1,116 5/1/2022
4.1.41 3,120 4/9/2022
4.1.40 1,081 4/7/2022
4.1.39 1,653 4/1/2022
4.1.38 802 3/31/2022
4.1.37 3,330 3/26/2022
4.1.36 2,557 3/19/2022
4.1.35 2,524 3/7/2022
4.1.34 3,907 3/4/2022
4.1.33 8,379 2/5/2022
4.1.32 1,972 1/24/2022
4.1.31 1,151 1/18/2022
4.1.30 1,008 1/15/2022
4.1.29 4,450 1/2/2022
4.1.28 666 1/2/2022
4.1.27 10,177 10/24/2021
4.1.26 3,502 10/12/2021
4.1.25 1,457 10/6/2021
4.1.24 1,320 9/26/2021
4.1.23 703 9/26/2021
4.1.22 717 9/26/2021
4.1.21 2,422 9/18/2021
4.1.20 1,689 9/9/2021
4.1.19 732 9/8/2021
4.1.18 734 9/8/2021
4.1.17 9,229 8/25/2021
4.1.16 8,184 5/30/2021
4.1.15 955 5/27/2021
4.1.14 1,250 5/23/2021
4.1.13-beta 813 5/2/2021
4.1.12-beta 695 4/12/2021
4.1.11-beta 4,470 3/30/2021
4.1.10-beta 1,026 3/21/2021
4.1.9-beta 1,160 2/21/2021
4.1.8-beta 574 2/16/2021
4.1.7-beta 602 2/14/2021
4.1.6-beta 588 2/8/2021
4.1.5-beta 615 2/1/2021
4.1.4-beta 530 1/25/2021
4.1.3-beta 635 12/27/2020
4.1.2-beta 670 12/12/2020
4.1.1-beta 660 11/29/2020
4.1.0-beta 576 11/29/2020
4.0.49 1,189 8/25/2021
4.0.48 10,572 12/27/2020
4.0.47 2,280 12/13/2020
4.0.46 793 12/11/2020
4.0.45 1,074 11/25/2020
4.0.44 851 11/22/2020
4.0.42 6,144 9/27/2020
4.0.41 901 9/26/2020
4.0.40 1,295 9/20/2020
4.0.39 24,784 8/9/2020
4.0.38 1,672 7/7/2020
4.0.37 1,008 6/22/2020
4.0.36 832 6/22/2020
4.0.35 1,157 6/9/2020
4.0.34 1,011 5/18/2020
4.0.33 825 5/18/2020
4.0.32 857 5/17/2020
4.0.31 954 5/6/2020
4.0.30 927 5/4/2020
4.0.29 1,140 4/11/2020
4.0.28 950 4/7/2020
4.0.27 900 4/5/2020
4.0.26 960 4/5/2020
4.0.25 1,012 3/29/2020
4.0.24 890 3/27/2020
4.0.23 884 3/23/2020
4.0.22 932 3/17/2020
4.0.21 901 3/15/2020
4.0.19 1,023 2/29/2020
4.0.18 1,004 2/7/2020
4.0.17 819 2/6/2020
4.0.16 909 2/2/2020
4.0.15 905 1/28/2020
4.0.14 977 1/24/2020
4.0.13 1,171 1/21/2020
4.0.12 822 1/21/2020
4.0.11 917 1/19/2020
4.0.10 967 1/18/2020
4.0.9 1,053 12/4/2019
4.0.7 821 12/1/2019
4.0.5 1,031 11/27/2019
4.0.4 892 11/25/2019
4.0.3 920 11/23/2019
4.0.2 954 11/9/2019
4.0.1 1,254 11/3/2019