ScottPlot.Avalonia 4.1.34

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ScottPlot.Avalonia --version 4.1.34
NuGet\Install-Package ScottPlot.Avalonia -Version 4.1.34
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.34" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot.Avalonia --version 4.1.34
#r "nuget: ScottPlot.Avalonia, 4.1.34"
#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.34

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

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

AvaPlot avaPlot1 = this.Find<AvaPlot>("AvaPlot1");
avaPlot1.Plot.AddScatter(dataX, dataY);

Additional quickstart information can be found at https://swharden.com/scottplot/quickstart

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 is compatible.  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.  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 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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.23 146 3/24/2024
5.0.22 205 3/17/2024
5.0.21 974 1/29/2024
5.0.20 502 1/22/2024
5.0.19 197 1/19/2024
5.0.18 139 1/18/2024
5.0.17 844 1/17/2024
5.0.16 100 1/16/2024
5.0.15 102 1/14/2024
5.0.14-beta 97 1/11/2024
5.0.13-beta 74 1/10/2024
5.0.12-beta 68 1/9/2024
5.0.11-beta 418 12/28/2023
5.0.10-beta 463 12/4/2023
5.0.9-beta 476 10/3/2023
5.0.8-beta 380 8/13/2023
5.0.7-beta 521 8/7/2023
5.0.6-beta 359 7/9/2023
5.0.5-beta 325 5/18/2023
5.0.4-beta 284 4/9/2023
5.0.3-beta 146 4/3/2023
5.0.2-beta 270 2/28/2023
5.0.1-beta 214 2/9/2023
5.0.0-beta 220 1/1/2023
4.1.73 66 3/24/2024
4.1.72 94 3/17/2024
4.1.71 223 1/22/2024
4.1.70 594 12/28/2023
4.1.69 1,417 12/4/2023
4.1.68 826 10/3/2023
4.1.67 1,825 8/13/2023
4.1.66 218 8/7/2023
4.1.65 2,337 7/9/2023
4.1.64 826 5/18/2023
4.1.63 562 4/9/2023
4.1.62 298 4/3/2023
4.1.61 1,338 2/28/2023
4.1.60 1,636 12/23/2022
4.1.59 802 11/7/2022
4.1.58 870 9/9/2022
4.1.57 3,375 8/18/2022
4.1.56 484 8/16/2022
4.1.55 457 8/15/2022
4.1.54 422 8/12/2022
4.1.52 770 7/10/2022
4.1.51 508 6/30/2022
4.1.50 485 6/26/2022
4.1.49 514 6/22/2022
4.1.48 488 6/9/2022
4.1.47 430 6/8/2022
4.1.46 425 6/6/2022
4.1.45 1,190 5/6/2022
4.1.44 445 5/5/2022
4.1.43 443 5/3/2022
4.1.42 430 5/1/2022
4.1.41 564 4/9/2022
4.1.40 469 4/7/2022
4.1.39 4,583 4/1/2022
4.1.38 425 3/31/2022
4.1.37 455 3/26/2022
4.1.36 486 3/19/2022
4.1.35 576 3/7/2022
4.1.34 437 3/4/2022
4.1.33 655 2/5/2022
4.1.32 475 1/24/2022
4.1.31 454 1/18/2022
4.1.30 468 1/15/2022
4.1.29 351 1/2/2022
4.1.28 282 1/2/2022
4.1.27 777 10/24/2021
4.1.26 430 10/12/2021
4.1.25 385 10/6/2021
4.1.24 435 9/26/2021
4.1.23 434 9/26/2021
4.1.22 397 9/26/2021
4.1.21 464 9/18/2021
4.1.20 478 9/9/2021
4.1.19 397 9/8/2021
4.1.18 381 9/8/2021
4.1.17 414 8/25/2021
4.1.16 1,022 5/30/2021
4.1.15 428 5/27/2021
4.1.14 493 5/23/2021
4.1.13-beta 267 5/2/2021
4.1.12-beta 261 4/12/2021
4.1.11-beta 240 3/30/2021
4.1.10-beta 274 3/21/2021
4.1.9-beta 253 2/21/2021
4.1.8-beta 221 2/16/2021
4.1.7-beta 244 2/14/2021
4.1.6-beta 206 2/8/2021
4.1.5-beta 221 2/1/2021
4.1.4-beta 218 1/25/2021
4.1.3-beta 217 12/27/2020
4.1.2-beta 345 12/12/2020
4.1.1-beta 285 11/29/2020
4.1.0-beta 291 11/29/2020
4.0.49 424 8/25/2021
4.0.48 787 12/27/2020
4.0.47 528 12/13/2020
4.0.46 457 12/11/2020
4.0.45 506 11/25/2020
4.0.44 630 11/22/2020
4.0.42 616 9/27/2020
4.0.41 541 9/26/2020
4.0.40 557 9/20/2020
4.0.39 665 8/14/2020