ScottPlot.Avalonia 4.1.48

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.48                
NuGet\Install-Package ScottPlot.Avalonia -Version 4.1.48                
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.48" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot.Avalonia --version 4.1.48                
#r "nuget: ScottPlot.Avalonia, 4.1.48"                
#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.48

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

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 (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.45 106 11/13/2024
5.0.44 232 11/9/2024
5.0.43 379 11/3/2024
5.0.42 255 10/30/2024
5.0.41 201 10/28/2024
5.0.40 506 10/16/2024
5.0.39 3,250 9/9/2024
5.0.38 279 9/2/2024
5.0.37 1,925 7/30/2024
5.0.36 9,043 6/29/2024
5.0.35 2,953 6/10/2024
5.0.34 2,091 5/5/2024
5.0.33 159 5/4/2024
5.0.32 757 5/1/2024
5.0.31 220 4/27/2024
5.0.30 166 4/27/2024
5.0.29 133 4/26/2024
5.0.28 206 4/25/2024
5.0.27 422 4/23/2024
5.0.26 487 4/14/2024
5.0.25 1,042 4/8/2024
5.0.24 1,601 4/7/2024
5.0.23 1,158 3/24/2024
5.0.22 295 3/17/2024
5.0.21 1,345 1/29/2024
5.0.20 1,046 1/22/2024
5.0.19 248 1/19/2024
5.0.18 246 1/18/2024
5.0.17 1,511 1/17/2024
5.0.16 127 1/16/2024
5.0.15 157 1/14/2024
5.0.14-beta 124 1/11/2024
5.0.13-beta 100 1/10/2024
5.0.12-beta 88 1/9/2024
5.0.11-beta 503 12/28/2023
5.0.10-beta 531 12/4/2023
5.0.9-beta 525 10/3/2023
5.0.8-beta 407 8/13/2023
5.0.7-beta 550 8/7/2023
5.0.6-beta 394 7/9/2023
5.0.5-beta 351 5/18/2023
5.0.4-beta 312 4/9/2023
5.0.3-beta 177 4/3/2023
5.0.2-beta 298 2/28/2023
5.0.1-beta 241 2/9/2023
5.0.0-beta 268 1/1/2023
4.1.74 451 4/14/2024
4.1.73 153 3/24/2024
4.1.72 146 3/17/2024
4.1.71 696 1/22/2024
4.1.70 1,463 12/28/2023
4.1.69 1,544 12/4/2023
4.1.68 998 10/3/2023
4.1.67 1,911 8/13/2023
4.1.66 248 8/7/2023
4.1.65 6,083 7/9/2023
4.1.64 1,074 5/18/2023
4.1.63 608 4/9/2023
4.1.62 330 4/3/2023
4.1.61 1,423 2/28/2023
4.1.60 1,809 12/23/2022
4.1.59 861 11/7/2022
4.1.58 900 9/9/2022
4.1.57 3,914 8/18/2022
4.1.56 522 8/16/2022
4.1.55 485 8/15/2022
4.1.54 455 8/12/2022
4.1.52 799 7/10/2022
4.1.51 538 6/30/2022
4.1.50 511 6/26/2022
4.1.49 543 6/22/2022
4.1.48 522 6/9/2022
4.1.47 457 6/8/2022
4.1.46 454 6/6/2022
4.1.45 1,230 5/6/2022
4.1.44 471 5/5/2022
4.1.43 473 5/3/2022
4.1.42 456 5/1/2022
4.1.41 601 4/9/2022
4.1.40 501 4/7/2022
4.1.39 4,627 4/1/2022
4.1.38 459 3/31/2022
4.1.37 492 3/26/2022
4.1.36 519 3/19/2022
4.1.35 631 3/7/2022
4.1.34 477 3/4/2022
4.1.33 691 2/5/2022
4.1.32 511 1/24/2022
4.1.31 485 1/18/2022
4.1.30 506 1/15/2022
4.1.29 383 1/2/2022
4.1.28 315 1/2/2022
4.1.27 827 10/24/2021
4.1.26 470 10/12/2021
4.1.25 416 10/6/2021
4.1.24 465 9/26/2021
4.1.23 466 9/26/2021
4.1.22 440 9/26/2021
4.1.21 496 9/18/2021
4.1.20 508 9/9/2021
4.1.19 427 9/8/2021
4.1.18 412 9/8/2021
4.1.17 445 8/25/2021
4.1.16 1,065 5/30/2021
4.1.15 462 5/27/2021
4.1.14 536 5/23/2021
4.1.13-beta 301 5/2/2021
4.1.12-beta 294 4/12/2021
4.1.11-beta 270 3/30/2021
4.1.10-beta 319 3/21/2021
4.1.9-beta 271 2/21/2021
4.1.8-beta 247 2/16/2021
4.1.7-beta 271 2/14/2021
4.1.6-beta 232 2/8/2021
4.1.5-beta 251 2/1/2021
4.1.4-beta 256 1/25/2021
4.1.3-beta 243 12/27/2020
4.1.2-beta 386 12/12/2020
4.1.1-beta 315 11/29/2020
4.1.0-beta 305 11/29/2020
4.0.49 457 8/25/2021
4.0.48 833 12/27/2020
4.0.47 569 12/13/2020
4.0.46 489 12/11/2020
4.0.45 540 11/25/2020
4.0.44 647 11/22/2020
4.0.42 649 9/27/2020
4.0.41 559 9/26/2020
4.0.40 598 9/20/2020
4.0.39 734 8/14/2020