Observatory.NET.Desktop 1.1.0.9

dotnet add package Observatory.NET.Desktop --version 1.1.0.9
NuGet\Install-Package Observatory.NET.Desktop -Version 1.1.0.9
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="Observatory.NET.Desktop" Version="1.1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Observatory.NET.Desktop --version 1.1.0.9
#r "nuget: Observatory.NET.Desktop, 1.1.0.9"
#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 Observatory.NET.Desktop as a Cake Addin
#addin nuget:?package=Observatory.NET.Desktop&version=1.1.0.9

// Install Observatory.NET.Desktop as a Cake Tool
#tool nuget:?package=Observatory.NET.Desktop&version=1.1.0.9

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:

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 Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows 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
1.1.0.9 487 3/3/2024
1.1.0.8 406 2/17/2024
1.1.0.7 787 2/5/2024
1.1.0.6 178 1/28/2024
1.1.0.5 61 1/25/2024
1.1.0.2 104 12/28/2023
1.1.0.1 51 12/28/2023