ScottPlot.Avalonia 4.1.69

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

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

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

Avalonia Quickstart

Add an AvaPlot to your window and give it a unique name:

<ScottPlot:AvaPlot Name="AvaPlot1"/>

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 };

AvaPlot1.Plot.AddScatter(dataX, dataY);
AvaPlot1.Refresh();

Additional quickstart information can be found at https://scottplot.net/quickstart/avalonia/

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 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 netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ScottPlot.Avalonia:

Package Downloads
LibDamla

Dashboard

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ScottPlot.Avalonia:

Repository Stars
mgth/LittleBigMouse
DPI Aware mouse move across screens
Version Downloads Last updated
5.0.10-beta 46 12/4/2023
5.0.9-beta 398 10/3/2023
5.0.8-beta 345 8/13/2023
5.0.7-beta 475 8/7/2023
5.0.6-beta 329 7/9/2023
5.0.5-beta 301 5/18/2023
5.0.4-beta 261 4/9/2023
5.0.3-beta 128 4/3/2023
5.0.2-beta 248 2/28/2023
5.0.1-beta 195 2/9/2023
5.0.0-beta 199 1/1/2023
4.1.69 50 12/4/2023
4.1.68 629 10/3/2023
4.1.67 1,267 8/13/2023
4.1.66 188 8/7/2023
4.1.65 1,350 7/9/2023
4.1.64 748 5/18/2023
4.1.63 529 4/9/2023
4.1.62 276 4/3/2023
4.1.61 1,264 2/28/2023
4.1.60 1,478 12/23/2022
4.1.59 764 11/7/2022
4.1.58 827 9/9/2022
4.1.57 3,094 8/18/2022
4.1.56 458 8/16/2022
4.1.55 434 8/15/2022
4.1.54 399 8/12/2022
4.1.52 746 7/10/2022
4.1.51 487 6/30/2022
4.1.50 458 6/26/2022
4.1.49 491 6/22/2022
4.1.48 465 6/9/2022
4.1.47 406 6/8/2022
4.1.46 402 6/6/2022
4.1.45 1,164 5/6/2022
4.1.44 423 5/5/2022
4.1.43 421 5/3/2022
4.1.42 409 5/1/2022
4.1.41 543 4/9/2022
4.1.40 447 4/7/2022
4.1.39 4,554 4/1/2022
4.1.38 404 3/31/2022
4.1.37 432 3/26/2022
4.1.36 461 3/19/2022
4.1.35 548 3/7/2022
4.1.34 413 3/4/2022
4.1.33 629 2/5/2022
4.1.32 452 1/24/2022
4.1.31 429 1/18/2022
4.1.30 446 1/15/2022
4.1.29 329 1/2/2022
4.1.28 260 1/2/2022
4.1.27 747 10/24/2021
4.1.26 408 10/12/2021
4.1.25 362 10/6/2021
4.1.24 412 9/26/2021
4.1.23 413 9/26/2021
4.1.22 375 9/26/2021
4.1.21 441 9/18/2021
4.1.20 456 9/9/2021
4.1.19 374 9/8/2021
4.1.18 359 9/8/2021
4.1.17 391 8/25/2021
4.1.16 998 5/30/2021
4.1.15 407 5/27/2021
4.1.14 485 5/23/2021
4.1.13-beta 249 5/2/2021
4.1.12-beta 242 4/12/2021
4.1.11-beta 221 3/30/2021
4.1.10-beta 260 3/21/2021
4.1.9-beta 235 2/21/2021
4.1.8-beta 202 2/16/2021
4.1.7-beta 226 2/14/2021
4.1.6-beta 188 2/8/2021
4.1.5-beta 203 2/1/2021
4.1.4-beta 201 1/25/2021
4.1.3-beta 200 12/27/2020
4.1.2-beta 325 12/12/2020
4.1.1-beta 267 11/29/2020
4.1.0-beta 274 11/29/2020
4.0.49 414 8/25/2021
4.0.48 734 12/27/2020
4.0.47 507 12/13/2020
4.0.46 438 12/11/2020
4.0.45 484 11/25/2020
4.0.44 601 11/22/2020
4.0.42 595 9/27/2020
4.0.41 520 9/26/2020
4.0.40 536 9/20/2020
4.0.39 626 8/14/2020