FarNet.ScottPlot 3.0.4

Prefix Reserved
dotnet add package FarNet.ScottPlot --version 3.0.4
                    
NuGet\Install-Package FarNet.ScottPlot -Version 3.0.4
                    
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="FarNet.ScottPlot" Version="3.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNet.ScottPlot" Version="3.0.4" />
                    
Directory.Packages.props
<PackageReference Include="FarNet.ScottPlot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FarNet.ScottPlot --version 3.0.4
                    
#r "nuget: FarNet.ScottPlot, 3.0.4"
                    
#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.
#addin nuget:?package=FarNet.ScottPlot&version=3.0.4
                    
Install FarNet.ScottPlot as a Cake Addin
#tool nuget:?package=FarNet.ScottPlot&version=3.0.4
                    
Install FarNet.ScottPlot as a Cake Tool

FarNet.ScottPlot

FarNet friendly ScottPlot extension for .NET modules and scripts in PowerShell, F#, JavaScript.

Package

The package is designed for FarNet. To install FarNet and FarNet.ScottPlot, follow these steps.

The NuGet package FarNet.ScottPlot is installed to %FARHOME%\FarNet\Lib\FarNet.ScottPlot.

Samples

How to use

Use the special ScottPlot.FarPlot which inherits and extends ScottPlot.Plot. Setup the plot using the original members and call Show() to show the form.

For live plots, if possible, use timer with FormInterval and FormUpdate. Alternatively, update and show in a loop until the plot is cancelled. Check for IsCancellationRequested or use the CancellationToken. Use ShowAsync(int) or Show(int) for intervals between updates.

Note that Show() shows the form and immediately returns. This is the desired behaviour for scripts in Far Manager or interactive pwsh and fsx consoles. Use Show(-1) in order to block the current thread and avoid console exits on running scripts by non-interactive pwsh or fsx, see samples.

See also

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.0.4 102 3/29/2025
3.0.3 187 1/27/2025
3.0.2 109 1/9/2025
3.0.1 125 1/6/2025
3.0.0 163 11/30/2024
2.0.4 215 6/11/2024
2.0.3 230 3/26/2024
2.0.2 292 12/28/2023
2.0.1 194 12/21/2023
2.0.0 225 11/19/2023
1.0.2 355 10/18/2023
1.0.1 493 1/1/2023
1.0.0 378 11/18/2022
0.1.3 469 10/1/2022
0.1.2 439 8/19/2022
0.1.1 448 7/29/2022
0.1.0 431 7/28/2022
0.0.1 425 7/26/2022