ScottPlot.Eto 4.1.29

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.Eto --version 4.1.29
NuGet\Install-Package ScottPlot.Eto -Version 4.1.29
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.Eto" Version="4.1.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot.Eto --version 4.1.29
#r "nuget: ScottPlot.Eto, 4.1.29"
#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.Eto as a Cake Addin
#addin nuget:?package=ScottPlot.Eto&version=4.1.29

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

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

Quickstart

double[] xs = new double[] { 1, 2, 3, 4, 5 };
double[] ys = new double[] { 1, 4, 9, 16, 25 };

var plotView = new ScottPlot.Eto.PlotView();
plotView.Plot.AddScatter(xs, ys);
this.Content = plotView;
WPF GTK OSX
alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

For more details including MacOS and Linux instructions visit the ScottPlot Eto Quickstart web page: https://scottplot.net/quickstart/eto/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.23 72 3/24/2024
5.0.22 93 3/17/2024
5.0.21 151 1/29/2024
5.0.20 82 1/22/2024
5.0.19 79 1/19/2024
5.0.18 75 1/18/2024
5.0.17 86 1/17/2024
5.0.16 77 1/16/2024
5.0.15 82 1/14/2024
5.0.14-beta 72 1/11/2024
5.0.13-beta 75 1/10/2024
5.0.12-beta 67 1/9/2024
5.0.11-beta 107 12/28/2023
5.0.10-beta 128 12/4/2023
5.0.9-beta 93 10/3/2023
5.0.8-beta 1,990 8/13/2023
5.0.7-beta 91 8/7/2023
5.0.6-beta 128 7/9/2023
5.0.5-beta 78 5/18/2023
5.0.4-beta 139 4/9/2023
5.0.3-beta 107 4/3/2023
5.0.2-beta 124 2/28/2023
5.0.1-beta 119 2/9/2023
5.0.0-beta 105 1/1/2023
4.1.73 69 3/24/2024
4.1.72 88 3/17/2024
4.1.71 76 1/22/2024
4.1.70 150 12/28/2023
4.1.69 172 12/4/2023
4.1.68 193 10/3/2023
4.1.67 217 8/13/2023
4.1.66 165 8/7/2023
4.1.65 165 7/9/2023
4.1.64 182 5/18/2023
4.1.63 192 4/9/2023
4.1.62 180 4/3/2023
4.1.61 270 2/28/2023
4.1.60 331 12/23/2022
4.1.59 370 11/7/2022
4.1.58 422 9/9/2022
4.1.57 380 8/18/2022
4.1.56 377 8/16/2022
4.1.55 349 8/15/2022
4.1.54 389 8/12/2022
4.1.52 453 7/10/2022
4.1.51 416 6/30/2022
4.1.50 401 6/26/2022
4.1.49 414 6/22/2022
4.1.48 403 6/9/2022
4.1.47 398 6/8/2022
4.1.46 383 6/6/2022
4.1.45 427 5/6/2022
4.1.44 370 5/5/2022
4.1.43 377 5/3/2022
4.1.42 376 5/1/2022
4.1.41 427 4/9/2022
4.1.40 414 4/7/2022
4.1.39 409 4/1/2022
4.1.38 392 3/31/2022
4.1.37 439 3/26/2022
4.1.36 403 3/19/2022
4.1.35 407 3/7/2022
4.1.34 401 3/4/2022
4.1.33 413 2/5/2022
4.1.32 440 1/24/2022
4.1.31 446 1/18/2022
4.1.30 409 1/15/2022
4.1.29 268 1/2/2022
4.1.28 245 1/2/2022
4.1.27 272 1/2/2022