ScottPlot.Eto 4.1.27

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

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

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.

Eto Quickstart

Use NuGet to install ScottPlot.Eto, then add a ScottPlot.Eto.PlotView Control to your Form or Container by using the following example:

   var eto_platform = Eto.Platform.Instance.ToString();
   var os_platform = System.Environment.OSVersion.ToString();
   this.Title = $"My ScottPlot Form - {eto_platform} - {os_platform}";

   var plotView = new ScottPlot.Eto.PlotView();

   double[] xs = new double[] { 1, 2, 3, 4, 5 };
   double[] ys = new double[] { 1, 4, 9, 16, 25 };
   plotView.Plot.AddScatter(xs, ys);

   this.Content = plotView;

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

Notes for Linux and macOS builds

ScottPlot uses System.Drawing.Common which is the graphics library that ships as part of .NET Core. On macOS and Linux, it uses libgdiplus as its back-end and this must be installed on the host machine.

You can acquire libgdiplus:

It is also necessary that your project explicitly include a reference to System.Drawing.Common :

  <ItemGroup>
    <PackageReference Include="System.Drawing.Common" Version="5.0.3" />
  </ItemGroup>

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 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.47 4 11/24/2024
5.0.46 70 11/17/2024
5.0.45 71 11/13/2024
5.0.44 76 11/9/2024
5.0.43 85 11/3/2024
5.0.42 81 10/30/2024
5.0.41 76 10/28/2024
5.0.40 109 10/16/2024
5.0.39 346 9/9/2024
5.0.38 110 9/2/2024
5.0.37 90 7/30/2024
5.0.36 136 6/29/2024
5.0.35 131 6/10/2024
5.0.34 152 5/5/2024
5.0.33 125 5/4/2024
5.0.32 96 5/1/2024
5.0.31 117 4/27/2024
5.0.30 126 4/27/2024
5.0.29 121 4/26/2024
5.0.28 113 4/25/2024
5.0.27 114 4/23/2024
5.0.26 133 4/14/2024
5.0.25 112 4/8/2024
5.0.24 115 4/7/2024
5.0.23 128 3/24/2024
5.0.22 151 3/17/2024
5.0.21 188 1/29/2024
5.0.20 120 1/22/2024
5.0.19 117 1/19/2024
5.0.18 113 1/18/2024
5.0.17 151 1/17/2024
5.0.16 121 1/16/2024
5.0.15 120 1/14/2024
5.0.14-beta 98 1/11/2024
5.0.13-beta 97 1/10/2024
5.0.12-beta 97 1/9/2024
5.0.11-beta 137 12/28/2023
5.0.10-beta 151 12/4/2023
5.0.9-beta 118 10/3/2023
5.0.8-beta 3,399 8/13/2023
5.0.7-beta 117 8/7/2023
5.0.6-beta 165 7/9/2023
5.0.5-beta 102 5/18/2023
5.0.4-beta 164 4/9/2023
5.0.3-beta 135 4/3/2023
5.0.2-beta 155 2/28/2023
5.0.1-beta 149 2/9/2023
5.0.0-beta 133 1/1/2023
4.1.74 133 4/14/2024
4.1.73 142 3/24/2024
4.1.72 127 3/17/2024
4.1.71 109 1/22/2024
4.1.70 205 12/28/2023
4.1.69 215 12/4/2023
4.1.68 238 10/3/2023
4.1.67 248 8/13/2023
4.1.66 200 8/7/2023
4.1.65 222 7/9/2023
4.1.64 216 5/18/2023
4.1.63 225 4/9/2023
4.1.62 213 4/3/2023
4.1.61 299 2/28/2023
4.1.60 365 12/23/2022
4.1.59 405 11/7/2022
4.1.58 450 9/9/2022
4.1.57 412 8/18/2022
4.1.56 402 8/16/2022
4.1.55 379 8/15/2022
4.1.54 416 8/12/2022
4.1.52 488 7/10/2022
4.1.51 444 6/30/2022
4.1.50 436 6/26/2022
4.1.49 445 6/22/2022
4.1.48 430 6/9/2022
4.1.47 427 6/8/2022
4.1.46 417 6/6/2022
4.1.45 453 5/6/2022
4.1.44 394 5/5/2022
4.1.43 404 5/3/2022
4.1.42 404 5/1/2022
4.1.41 452 4/9/2022
4.1.40 438 4/7/2022
4.1.39 437 4/1/2022
4.1.38 425 3/31/2022
4.1.37 466 3/26/2022
4.1.36 432 3/19/2022
4.1.35 437 3/7/2022
4.1.34 429 3/4/2022
4.1.33 446 2/5/2022
4.1.32 469 1/24/2022
4.1.31 476 1/18/2022
4.1.30 435 1/15/2022
4.1.29 293 1/2/2022
4.1.28 274 1/2/2022
4.1.27 303 1/2/2022