ScottPlot.Avalonia 4.1.69

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.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-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 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)
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 (2)

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

Repository Stars
mgth/LittleBigMouse
DPI Aware mouse move across screens
timschneeb/GalaxyBudsClient
Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android
Version Downloads Last updated
5.0.46 291 11/17/2024
5.0.45 305 11/13/2024
5.0.44 272 11/9/2024
5.0.43 411 11/3/2024
5.0.42 266 10/30/2024
5.0.41 210 10/28/2024
5.0.40 577 10/16/2024
5.0.39 3,777 9/9/2024
5.0.38 287 9/2/2024
5.0.37 1,999 7/30/2024
5.0.36 9,322 6/29/2024
5.0.35 2,968 6/10/2024
5.0.34 2,096 5/5/2024
5.0.33 163 5/4/2024
5.0.32 759 5/1/2024
5.0.31 223 4/27/2024
5.0.30 170 4/27/2024
5.0.29 135 4/26/2024
5.0.28 208 4/25/2024
5.0.27 424 4/23/2024
5.0.26 493 4/14/2024
5.0.25 1,054 4/8/2024
5.0.24 1,603 4/7/2024
5.0.23 1,165 3/24/2024
5.0.22 300 3/17/2024
5.0.21 1,366 1/29/2024
5.0.20 1,052 1/22/2024
5.0.19 250 1/19/2024
5.0.18 248 1/18/2024
5.0.17 1,514 1/17/2024
5.0.16 129 1/16/2024
5.0.15 159 1/14/2024
5.0.14-beta 126 1/11/2024
5.0.13-beta 102 1/10/2024
5.0.12-beta 90 1/9/2024
5.0.11-beta 513 12/28/2023
5.0.10-beta 536 12/4/2023
5.0.9-beta 529 10/3/2023
5.0.8-beta 409 8/13/2023
5.0.7-beta 552 8/7/2023
5.0.6-beta 396 7/9/2023
5.0.5-beta 353 5/18/2023
5.0.4-beta 316 4/9/2023
5.0.3-beta 179 4/3/2023
5.0.2-beta 300 2/28/2023
5.0.1-beta 243 2/9/2023
5.0.0-beta 270 1/1/2023
4.1.74 461 4/14/2024
4.1.73 155 3/24/2024
4.1.72 148 3/17/2024
4.1.71 729 1/22/2024
4.1.70 1,491 12/28/2023
4.1.69 1,546 12/4/2023
4.1.68 1,007 10/3/2023
4.1.67 1,915 8/13/2023
4.1.66 250 8/7/2023
4.1.65 6,486 7/9/2023
4.1.64 1,078 5/18/2023
4.1.63 610 4/9/2023
4.1.62 332 4/3/2023
4.1.61 1,428 2/28/2023
4.1.60 1,813 12/23/2022
4.1.59 864 11/7/2022
4.1.58 902 9/9/2022
4.1.57 3,936 8/18/2022
4.1.56 524 8/16/2022
4.1.55 487 8/15/2022
4.1.54 457 8/12/2022
4.1.52 801 7/10/2022
4.1.51 540 6/30/2022
4.1.50 513 6/26/2022
4.1.49 545 6/22/2022
4.1.48 524 6/9/2022
4.1.47 459 6/8/2022
4.1.46 456 6/6/2022
4.1.45 1,232 5/6/2022
4.1.44 473 5/5/2022
4.1.43 475 5/3/2022
4.1.42 458 5/1/2022
4.1.41 603 4/9/2022
4.1.40 503 4/7/2022
4.1.39 4,629 4/1/2022
4.1.38 461 3/31/2022
4.1.37 494 3/26/2022
4.1.36 521 3/19/2022
4.1.35 633 3/7/2022
4.1.34 479 3/4/2022
4.1.33 693 2/5/2022
4.1.32 513 1/24/2022
4.1.31 487 1/18/2022
4.1.30 508 1/15/2022
4.1.29 385 1/2/2022
4.1.28 317 1/2/2022
4.1.27 831 10/24/2021
4.1.26 472 10/12/2021
4.1.25 418 10/6/2021
4.1.24 467 9/26/2021
4.1.23 468 9/26/2021
4.1.22 442 9/26/2021
4.1.21 498 9/18/2021
4.1.20 510 9/9/2021
4.1.19 429 9/8/2021
4.1.18 414 9/8/2021
4.1.17 447 8/25/2021
4.1.16 1,067 5/30/2021
4.1.15 464 5/27/2021
4.1.14 538 5/23/2021
4.1.13-beta 303 5/2/2021
4.1.12-beta 298 4/12/2021
4.1.11-beta 272 3/30/2021
4.1.10-beta 322 3/21/2021
4.1.9-beta 273 2/21/2021
4.1.8-beta 249 2/16/2021
4.1.7-beta 273 2/14/2021
4.1.6-beta 234 2/8/2021
4.1.5-beta 253 2/1/2021
4.1.4-beta 258 1/25/2021
4.1.3-beta 245 12/27/2020
4.1.2-beta 388 12/12/2020
4.1.1-beta 317 11/29/2020
4.1.0-beta 307 11/29/2020
4.0.49 459 8/25/2021
4.0.48 837 12/27/2020
4.0.47 571 12/13/2020
4.0.46 491 12/11/2020
4.0.45 542 11/25/2020
4.0.44 649 11/22/2020
4.0.42 651 9/27/2020
4.0.41 561 9/26/2020
4.0.40 600 9/20/2020
4.0.39 737 8/14/2020