scottplot.net
Open in
urlscan Pro
35.209.227.145
Public Scan
Submitted URL: http://scottplot.net/
Effective URL: https://scottplot.net/
Submission: On January 04 via api from US — Scanned from DE
Effective URL: https://scottplot.net/
Submission: On January 04 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
ScottPlot.NET ScottPlot 4,148 679 ScottPlot.NET * Quickstart * Console Application * Windows Forms * WPF * WinUI * Avalonia * Eto * PowerShell * .NET Notebook * IronPython * -------------------------------------------------------------------------------- * C# * F# * VB * Cookbook * ScottPlot 4.1 * ScottPlot 5.0 beta * FAQ * Demo * Discord * Code * Changelog * Contributors -------------------------------------------------------------------------------- * ScottPlot on GitHub * This website on GitHub -------------------------------------------------------------------------------- * NuGet Packages * Code Metrics * ScottPlot API -------------------------------------------------------------------------------- * Major Versions * About ScottPlot SCOTTPLOT ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets. Line plots, bar charts, pie graphs, scatter plots, and more can be created with just a few lines of code. QUICKSTART * Windows Forms * WPF * Avalonia * Console Application * PowerShell * .NET Interactive Notebook double[] xs = { 1, 2, 3, 4, 5 }; double[] ys = { 1, 4, 9, 16, 25 }; var plt = new ScottPlot.Plot(400, 300); plt.AddScatter(xs, ys); plt.SaveFig("quickstart.png"); COOKBOOK The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code. DEMO The ScottPlot Demo is a click-to-run application that provides mouse-interactive versions of every cookbook recipe and demonstrates how to perform advanced interactive customizations. PLOT IN THE CLOUD ScottPlot does not require a GUI so it can be used to create plots in cloud applications. The images below are regenerated hourly using Azure Functions to update star metrics from the GitHub API and download count from the NuGet API. The data is plotted with ScottPlot and saved as an image file in blob storage. Try it out! Try it out! Give us a star and come back in an hour and your name will appear here: Copyright © 2024 Scott W Harden Built with Hugo 0.121.1 January 4, 2024 at 1:51 am EST Edit on GitHub Sitemap