ScottPlot.Avalonia 4.1.25

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

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 (3)

Showing the top 3 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
h4lfheart/FortnitePorting
Automation of the Fortnite Porting Process
Version Downloads Last updated
5.0.53 216 1/13/2025
5.0.52 174 1/9/2025
5.0.51 77 1/8/2025
5.0.50 150 1/7/2025
5.0.49 97 1/6/2025
5.0.48 132 1/6/2025
5.0.47 2,644 11/24/2024
5.0.46 958 11/17/2024
5.0.45 440 11/13/2024
5.0.44 330 11/9/2024
5.0.43 466 11/3/2024
5.0.42 299 10/30/2024
5.0.41 241 10/28/2024
5.0.40 693 10/16/2024
5.0.39 5,609 9/9/2024
5.0.38 301 9/2/2024
5.0.37 2,943 7/30/2024
5.0.36 9,615 6/29/2024
5.0.35 3,062 6/10/2024
5.0.34 2,127 5/5/2024
5.0.33 172 5/4/2024
5.0.32 801 5/1/2024
5.0.31 232 4/27/2024
5.0.30 177 4/27/2024
5.0.29 146 4/26/2024
5.0.28 218 4/25/2024
5.0.27 433 4/23/2024
5.0.26 509 4/14/2024
5.0.25 1,089 4/8/2024
5.0.24 1,611 4/7/2024
5.0.23 1,179 3/24/2024
5.0.22 318 3/17/2024
5.0.21 1,454 1/29/2024
5.0.20 1,072 1/22/2024
5.0.19 258 1/19/2024
5.0.18 255 1/18/2024
5.0.17 1,522 1/17/2024
5.0.16 136 1/16/2024
5.0.15 168 1/14/2024
5.0.14-beta 131 1/11/2024
5.0.13-beta 107 1/10/2024
5.0.12-beta 95 1/9/2024
5.0.11-beta 525 12/28/2023
5.0.10-beta 541 12/4/2023
5.0.9-beta 534 10/3/2023
5.0.8-beta 414 8/13/2023
5.0.7-beta 560 8/7/2023
5.0.6-beta 401 7/9/2023
5.0.5-beta 361 5/18/2023
5.0.4-beta 322 4/9/2023
5.0.3-beta 184 4/3/2023
5.0.2-beta 306 2/28/2023
5.0.1-beta 248 2/9/2023
5.0.0-beta 275 1/1/2023
4.1.74 500 4/14/2024
4.1.73 163 3/24/2024
4.1.72 155 3/17/2024
4.1.71 828 1/22/2024
4.1.70 1,632 12/28/2023
4.1.69 1,557 12/4/2023
4.1.68 1,095 10/3/2023
4.1.67 1,925 8/13/2023
4.1.66 258 8/7/2023
4.1.65 7,457 7/9/2023
4.1.64 1,095 5/18/2023
4.1.63 618 4/9/2023
4.1.62 342 4/3/2023
4.1.61 1,443 2/28/2023
4.1.60 1,936 12/23/2022
4.1.59 878 11/7/2022
4.1.58 920 9/9/2022
4.1.57 4,037 8/18/2022
4.1.56 533 8/16/2022
4.1.55 498 8/15/2022
4.1.54 467 8/12/2022
4.1.52 818 7/10/2022
4.1.51 553 6/30/2022
4.1.50 525 6/26/2022
4.1.49 555 6/22/2022
4.1.48 533 6/9/2022
4.1.47 469 6/8/2022
4.1.46 466 6/6/2022
4.1.45 1,243 5/6/2022
4.1.44 484 5/5/2022
4.1.43 486 5/3/2022
4.1.42 470 5/1/2022
4.1.41 612 4/9/2022
4.1.40 511 4/7/2022
4.1.39 4,646 4/1/2022
4.1.38 470 3/31/2022
4.1.37 503 3/26/2022
4.1.36 530 3/19/2022
4.1.35 643 3/7/2022
4.1.34 488 3/4/2022
4.1.33 702 2/5/2022
4.1.32 524 1/24/2022
4.1.31 499 1/18/2022
4.1.30 519 1/15/2022
4.1.29 394 1/2/2022
4.1.28 326 1/2/2022
4.1.27 846 10/24/2021
4.1.26 481 10/12/2021
4.1.25 430 10/6/2021
4.1.24 474 9/26/2021
4.1.23 477 9/26/2021
4.1.22 450 9/26/2021
4.1.21 505 9/18/2021
4.1.20 518 9/9/2021
4.1.19 438 9/8/2021
4.1.18 423 9/8/2021
4.1.17 456 8/25/2021
4.1.16 1,078 5/30/2021
4.1.15 473 5/27/2021
4.1.14 549 5/23/2021
4.1.13-beta 314 5/2/2021
4.1.12-beta 304 4/12/2021
4.1.11-beta 277 3/30/2021
4.1.10-beta 327 3/21/2021
4.1.9-beta 278 2/21/2021
4.1.8-beta 254 2/16/2021
4.1.7-beta 278 2/14/2021
4.1.6-beta 239 2/8/2021
4.1.5-beta 258 2/1/2021
4.1.4-beta 263 1/25/2021
4.1.3-beta 250 12/27/2020
4.1.2-beta 394 12/12/2020
4.1.1-beta 324 11/29/2020
4.1.0-beta 312 11/29/2020
4.0.49 470 8/25/2021
4.0.48 846 12/27/2020
4.0.47 580 12/13/2020
4.0.46 500 12/11/2020
4.0.45 551 11/25/2020
4.0.44 657 11/22/2020
4.0.42 660 9/27/2020
4.0.41 569 9/26/2020
4.0.40 608 9/20/2020
4.0.39 761 8/14/2020