ScottPlot.WPF 4.1.68

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Core 3.1 .NET Framework 4.6.1
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ScottPlot.WPF --version 4.1.68
NuGet\Install-Package ScottPlot.WPF -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.WPF" Version="4.1.68" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot.WPF --version 4.1.68
#r "nuget: ScottPlot.WPF, 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.WPF as a Cake Addin
#addin nuget:?package=ScottPlot.WPF&version=4.1.68

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

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 x: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.  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.  net7.0-windows7.0 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 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)
Additional computed target framework(s)
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

SharpSCADA.Data.View

Package Description

AntControl

基于antdesign设计的一套WPF UI组件库,新增stepbar控件

GitHub repositories (5)

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

Repository Stars
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
Piotrekol/StreamCompanion
osu! information extractor, ranging from selected map info to live play data
project-sbc/Handheld-Control-Panel
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
HerrRiebmann/KDS2Bluetooth
Kawasaki Diagnostic Service Reader via Bluetooth
Version Downloads Last updated
5.0.9-beta 652 10/3/2023
5.0.8-beta 1,086 8/13/2023
5.0.7-beta 309 8/7/2023
5.0.6-beta 489 7/9/2023
5.0.5-beta 581 5/18/2023
5.0.4-beta 554 4/9/2023
5.0.3-beta 337 4/3/2023
5.0.2-beta 1,330 2/28/2023
5.0.1-beta 399 2/9/2023
5.0.0-beta 617 1/1/2023
4.1.68 5,195 10/3/2023
4.1.67 6,048 8/13/2023
4.1.66 1,260 8/7/2023
4.1.65 3,552 7/9/2023
4.1.64 6,653 5/18/2023
4.1.63 6,285 4/9/2023
4.1.62 1,258 4/3/2023
4.1.61 9,356 2/28/2023
4.1.60 11,672 12/23/2022
4.1.59 12,503 11/7/2022
4.1.58 9,435 9/9/2022
4.1.57 2,923 8/18/2022
4.1.56 902 8/16/2022
4.1.55 1,357 8/15/2022
4.1.54 1,271 8/12/2022
4.1.52 5,312 7/10/2022
4.1.51 1,663 6/30/2022
4.1.50 1,167 6/26/2022
4.1.49 1,020 6/22/2022
4.1.48 1,452 6/9/2022
4.1.47 1,302 6/8/2022
4.1.46 945 6/6/2022
4.1.45 6,644 5/6/2022
4.1.44 687 5/5/2022
4.1.43 1,051 5/3/2022
4.1.42 945 5/1/2022
4.1.41 2,577 4/9/2022
4.1.40 951 4/7/2022
4.1.39 1,504 4/1/2022
4.1.38 665 3/31/2022
4.1.37 2,402 3/26/2022
4.1.36 2,403 3/19/2022
4.1.35 2,362 3/7/2022
4.1.34 2,858 3/4/2022
4.1.33 6,143 2/5/2022
4.1.32 1,686 1/24/2022
4.1.31 1,008 1/18/2022
4.1.30 851 1/15/2022
4.1.29 3,442 1/2/2022
4.1.28 524 1/2/2022
4.1.27 8,483 10/24/2021
4.1.26 3,314 10/12/2021
4.1.25 1,260 10/6/2021
4.1.24 1,115 9/26/2021
4.1.23 602 9/26/2021
4.1.22 580 9/26/2021
4.1.21 1,940 9/18/2021
4.1.20 1,552 9/9/2021
4.1.19 598 9/8/2021
4.1.18 600 9/8/2021
4.1.17 9,028 8/25/2021
4.1.16 6,701 5/30/2021
4.1.15 804 5/27/2021
4.1.14 1,043 5/23/2021
4.1.13-beta 710 5/2/2021
4.1.12-beta 561 4/12/2021
4.1.11-beta 4,345 3/30/2021
4.1.10-beta 903 3/21/2021
4.1.9-beta 1,003 2/21/2021
4.1.8-beta 457 2/16/2021
4.1.7-beta 492 2/14/2021
4.1.6-beta 473 2/8/2021
4.1.5-beta 483 2/1/2021
4.1.4-beta 431 1/25/2021
4.1.3-beta 498 12/27/2020
4.1.2-beta 537 12/12/2020
4.1.1-beta 524 11/29/2020
4.1.0-beta 449 11/29/2020
4.0.49 952 8/25/2021
4.0.48 9,433 12/27/2020
4.0.47 2,122 12/13/2020
4.0.46 667 12/11/2020
4.0.45 941 11/25/2020
4.0.44 716 11/22/2020
4.0.42 5,329 9/27/2020
4.0.41 753 9/26/2020
4.0.40 1,128 9/20/2020
4.0.39 19,334 8/9/2020
4.0.38 1,536 7/7/2020
4.0.37 874 6/22/2020
4.0.36 705 6/22/2020
4.0.35 900 6/9/2020
4.0.34 868 5/18/2020
4.0.33 693 5/18/2020
4.0.32 716 5/17/2020
4.0.31 818 5/6/2020
4.0.30 775 5/4/2020
4.0.29 997 4/11/2020
4.0.28 840 4/7/2020
4.0.27 775 4/5/2020
4.0.26 802 4/5/2020
4.0.25 850 3/29/2020
4.0.24 769 3/27/2020
4.0.23 761 3/23/2020
4.0.22 787 3/17/2020
4.0.21 767 3/15/2020
4.0.19 875 2/29/2020
4.0.18 881 2/7/2020
4.0.17 698 2/6/2020
4.0.16 795 2/2/2020
4.0.15 746 1/28/2020
4.0.14 848 1/24/2020
4.0.13 1,044 1/21/2020
4.0.12 697 1/21/2020
4.0.11 793 1/19/2020
4.0.10 823 1/18/2020
4.0.9 915 12/4/2019
4.0.7 697 12/1/2019
4.0.5 836 11/27/2019
4.0.4 764 11/25/2019
4.0.3 776 11/23/2019
4.0.2 833 11/9/2019
4.0.1 1,019 11/3/2019