FarNet.ScottPlot 3.1.0

Prefix Reserved
dotnet add package FarNet.ScottPlot --version 3.1.0
                    
NuGet\Install-Package FarNet.ScottPlot -Version 3.1.0
                    
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.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNet.ScottPlot" Version="3.1.0" />
                    
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.1.0
                    
#r "nuget: FarNet.ScottPlot, 3.1.0"
                    
#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.
#:package FarNet.ScottPlot@3.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FarNet.ScottPlot&version=3.1.0
                    
Install as a Cake Addin
#tool nuget:?package=FarNet.ScottPlot&version=3.1.0
                    
Install as a Cake Tool

FarNet.ScottPlot

ScottPlot PowerShell module and FarNet library

Packages:

Samples

PowerShell module

Install from PSGallery:

Install-Module -Name FarNet.ScottPlot

Explore, see also about_FarNet.ScottPlot.help.txt:

# import and get module commands
Import-Module -Name FarNet.ScottPlot
Get-Command -Module FarNet.ScottPlot

# get module and commands help
help about_FarNet.ScottPlot
help Show-FarPlotHistogram
help Show-FarPlotScatter
help Show-FarPlotSignal
...

FarNet library

To install as the FarNet library FarNet.ScottPlot, follow these steps.
See PowerShell FarNet modules for details.

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.1.0 187 10/25/2025
3.0.6 134 10/11/2025
3.0.5 196 9/29/2025
3.0.4 266 3/29/2025
3.0.3 280 1/27/2025
3.0.2 208 1/9/2025
3.0.1 216 1/6/2025
3.0.0 260 11/30/2024
2.0.4 306 6/11/2024
2.0.3 306 3/26/2024
2.0.2 382 12/28/2023
2.0.1 273 12/21/2023
2.0.0 285 11/19/2023
1.0.2 414 10/18/2023
1.0.1 593 1/1/2023
1.0.0 481 11/18/2022
0.1.3 573 10/1/2022
0.1.2 549 8/19/2022
0.1.1 566 7/29/2022
0.1.0 536 7/28/2022
0.0.1 528 7/26/2022