Observatory.NET.Desktop
1.1.0.11
dotnet add package Observatory.NET.Desktop --version 1.1.0.11
NuGet\Install-Package Observatory.NET.Desktop -Version 1.1.0.11
<PackageReference Include="Observatory.NET.Desktop" Version="1.1.0.11" />
paket add Observatory.NET.Desktop --version 1.1.0.11
#r "nuget: Observatory.NET.Desktop, 1.1.0.11"
// Install Observatory.NET.Desktop as a Cake Addin #addin nuget:?package=Observatory.NET.Desktop&version=1.1.0.11 // Install Observatory.NET.Desktop as a Cake Tool #tool nuget:?package=Observatory.NET.Desktop&version=1.1.0.11
Observatory is a free .NET library that lets you create beautiful, interactive plots.
With Observatory, you create and launch visualizations directly in .NET via the API:
// C#
using ObservatoryLib;
...
Plot3d plot = new Plot3d();
plot.Drawing.AddPoints(...);
plot.Display();
Observatory has tools for visualizing numerical data in a variety of ways:
Scatter plots
Histograms
Heat maps
Images
Mathematical functions
...and more.
I've done my best to make it super easy to launch a basic plot, but there are also more advanced features that give you a great deal of flexibility to customize your plotting environments.
Package & Download
You can use Observatory for both .NET Framework 4.7.2+ and .NET 6.0+ (Windows) projects.
The easiest way to reference Observatory is with NuGet:
Observatory.Framework.Desktop (.NET Framework 4.7.2+)
Observatory.NET.Desktop (.NET 6.0+)
You can also download the Observatory assemblies directly from the project website.
Getting Started & Examples
Learn how to use Observatory by downloading the Observatory.Examples project from GitHub.
Help & Support
For FAQs and help, please join our Discord server!
Contact
If you have questions, concerns, or ideas for improvement, please let me know. I'd' love to hear how you're using Observatory, and I appreciate any feedback!
- Email Me: doubledotmaxx@gmail.com
- Message me on LinkedIn
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net6.0-windows7.0
- Observatory.Standard (>= 1.1.0.11)
- OpenTK (>= 4.8.2)
- OpenTK.WinForms (>= 4.0.0-pre.6)
- System.Drawing.Common (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.