ScottPlot.Eto
4.1.50
Prefix Reserved
.NET Standard 2.0
Install-Package ScottPlot.Eto -Version 4.1.50
dotnet add package ScottPlot.Eto --version 4.1.50
<PackageReference Include="ScottPlot.Eto" Version="4.1.50" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScottPlot.Eto --version 4.1.50
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ScottPlot.Eto, 4.1.50"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.50
// Install ScottPlot.Eto as a Cake Tool
#tool nuget:?package=ScottPlot.Eto&version=4.1.50
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
---|---|---|
![]() |
![]() |
![]() |
For more details including MacOS and Linux instructions visit the ScottPlot Eto Quickstart web page: https://scottplot.net/quickstart/eto/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
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 |
---|---|---|
4.1.50 | 26 | 6/26/2022 |
4.1.49 | 41 | 6/22/2022 |
4.1.48 | 71 | 6/9/2022 |
4.1.47 | 51 | 6/8/2022 |
4.1.46 | 45 | 6/6/2022 |
4.1.45 | 91 | 5/6/2022 |
4.1.44 | 59 | 5/5/2022 |
4.1.43 | 54 | 5/3/2022 |
4.1.42 | 57 | 5/1/2022 |
4.1.41 | 96 | 4/9/2022 |
4.1.40 | 88 | 4/7/2022 |
4.1.39 | 89 | 4/1/2022 |
4.1.38 | 69 | 3/31/2022 |
4.1.37 | 68 | 3/26/2022 |
4.1.36 | 72 | 3/19/2022 |
4.1.35 | 75 | 3/7/2022 |
4.1.34 | 72 | 3/4/2022 |
4.1.33 | 97 | 2/5/2022 |
4.1.32 | 93 | 1/24/2022 |
4.1.31 | 89 | 1/18/2022 |
4.1.30 | 84 | 1/15/2022 |
4.1.29 | 108 | 1/2/2022 |
4.1.28 | 94 | 1/2/2022 |
4.1.27 | 102 | 1/2/2022 |