![]() |
VOOZH | about |
dotnet add package ScottPlot --version 5.1.58
NuGet\Install-Package ScottPlot -Version 5.1.58
<PackageReference Include="ScottPlot" Version="5.1.58" />
<PackageVersion Include="ScottPlot" Version="5.1.58" />Directory.Packages.props
<PackageReference Include="ScottPlot" />Project file
paket add ScottPlot --version 5.1.58
#r "nuget: ScottPlot, 5.1.58"
#:package ScottPlot@5.1.58
#addin nuget:?package=ScottPlot&version=5.1.58Install as a Cake Addin
#tool nuget:?package=ScottPlot&version=5.1.58Install as a Cake Tool
ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets.
👁 alternate text is missing from this package README image
The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code.
double[] dataX = { 1, 2, 3, 4, 5 };
double[] dataY = { 1, 4, 9, 16, 25 };
ScottPlot.Plot myPlot = new();
myPlot.Add.Scatter(dataX, dataY);
myPlot.SavePng("quickstart.png", 400, 300);
👁 alternate text is missing from this package README image
Install the ScottPlot.WinForms NuGet package, drop a FormsPlot from the toolbox onto your form, then add the following to your start-up sequence:
double[] dataX = { 1, 2, 3, 4, 5 };
double[] dataY = { 1, 4, 9, 16, 25 };
formsPlot1.Plot.Add.Scatter(dataX, dataY);
formsPlot1.Refresh();
👁 alternate text is missing from this package README image
The ScottPlot Demo allows you to run these examples interactively.
The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on ScottPlot:
| Package | Downloads |
|---|---|
|
ScottPlot.WPF
User controls for displaying interactive plots in WPF applications |
|
|
ScottPlot.WinForms
User controls for displaying interactive plots in Windows Forms applications |
|
|
ScottPlot.Avalonia
User controls for displaying interactive plots in Avalonia applications |
|
|
ScottPlot.Eto
User controls for displaying interactive plots in Eto applications |
|
|
Grebok.Extensions
Grebok Framework |
Showing the top 20 popular GitHub repositories that depend on ScottPlot:
| Repository | Stars |
|---|---|
|
QuestPDF/QuestPDF
QuestPDF is a modern library for PDF document generation. Its fluent C# API lets you design complex layouts with clean, readable code. Create documents using a flexible, component-based approach.
|
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
|
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
|
|
|
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
|
|
|
polterguy/magic
Fully Autonomous AI-based Software Development Assistant
|
|
|
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
|
|
|
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
|
|
|
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
|
|
|
OndrejNepozitek/Edgar-DotNet
Configurable procedural layout generator
|
|
| rstropek/Samples | |
|
ShootMe/FallGuysStats
Fall Guys Stats Tracker
|
|
|
IntptrMax/YoloSharp
Train Yolo with C#
|
|
| project-sbc/Handheld-Control-Panel | |
|
RomanZhu/FixedPoint-Sharp
Fixed point math with 48.16 precision (based on lib by https://github.com/fholm)
|
|
|
HerrRiebmann/KDS2Bluetooth
Kawasaki Diagnostic Service Reader via Bluetooth
|
|
|
RiddleTime/Race-Element
Solutions for Driving and Flight Simulators
|
|
|
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
|
|
|
NeilMacMullen/kusto-loco
C# KQL query engine with flexible I/O layers and visualization
|
|
|
waacton/Unicolour
🌈 Colour / Color conversion, interpolation, and comparison for .NET
|
|
|
eclipse-aaspe/package-explorer
AASX Package Explorer
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.58 | 180,037 | 3/29/2026 |
| 5.1.57 | 465,844 | 10/11/2025 |
| 5.0.56 | 158,500 | 8/23/2025 |
| 5.0.55 | 514,712 | 3/22/2025 |
| 5.0.54 | 234,634 | 1/26/2025 |
| 5.0.53 | 26,701 | 1/13/2025 |
| 5.0.52 | 12,089 | 1/9/2025 |
| 5.0.51 | 4,135 | 1/8/2025 |
| 5.0.50 | 6,820 | 1/7/2025 |
| 5.0.49 | 4,268 | 1/6/2025 |
| 5.0.48 | 3,924 | 1/6/2025 |
| 5.0.47 | 119,531 | 11/24/2024 |
| 5.0.46 | 34,790 | 11/17/2024 |
| 5.0.45 | 15,172 | 11/13/2024 |
| 5.0.44 | 9,117 | 11/9/2024 |
| 5.0.43 | 41,951 | 11/3/2024 |
| 5.0.42 | 15,429 | 10/30/2024 |
| 5.0.41 | 6,450 | 10/28/2024 |
| 5.0.40 | 21,487 | 10/16/2024 |
| 5.0.39 | 158,478 | 9/9/2024 |