Skip to content

Developmental Plotting Library for .NET

License

Notifications You must be signed in to change notification settings

StendProg/QuickPlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: QuickPlot is early in development and not yet intended to be used. ScottPlot is a mature and stable .NET library which can serve many plotting needs while QuickPlot is being developed.


QuickPlot

QuickPlot is a high-speed plotting library for .NET that makes it easy to interactively display high density data (tens of millions of points). QuickPlot uses Google's Skia rendering engine (provided by SkiaSharp) which benefits from hardware acceleration (provided by OpenTK.GLControl) on systems which support it. QuickPlot is written in .NET Standard so it can be used in both .NET Framework and .NET Core projects. An interactive user control is available for Windows Forms and WPF Applications.

Supported Platforms

QuickPlot can be used to save plots as images from Console Applications or ASP .NET, or interactively display plots using the InteractivePlot user control for WinForms or WPF.

Library Platform Function
QuickPlot .NET Standard 2.0 Plot data and return (or save) Bitmaps
QuickPlot.WinForms .NET Framework 4.6.1 Interactively display plots
QuickPlot.WPF .NET Core 2.0 Interactively display plots

About

Developmental Plotting Library for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Python 0.2%