Giter VIP home page Giter VIP logo

scottplot's Introduction

ScottPlot

Build and Test GitHub

ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets. The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code.

Windows Forms Quickstart

Windows Forms: Use NuGet to install ScottPlot.WinForms, drag/drop a FormsPlot onto your form, then add the following to your start-up sequence:

double[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};
formsPlot1.Plot.AddScatter(xs, ys);
formsPlot1.Refresh();

More Quickstart Guides

Plot in the Cloud with ScottPlot

These images are generated by ScottPlot in the cloud. Every hour an Azure Function hits the GitHub API to get an updated list of stargazers, then uses ScottPlot to create a figure from this data and saves it to web-accessible blob storage. Since this automatically-generated plot is just a static image accessible by a URL, it can be displayed in places where JavaScript is not permitted (like in this readme file) to display dynamic data.

Try it out! Give us a star and come back in an hour and your name will appear here

Major Versions

โœ”๏ธ ScottPlot 4 is stable and recommended for all users

โš ๏ธ ScottPlot 5 is experimental and not recommended for use

See the roadmap and changelog for more information

ScottPlot Discord Channel

  • In July, 2022 maintainers started using the ScottPlot Discord Channel to discuss progress developing the next major version of ScottPlot. Contributors and users are welcome to check it out!

About ScottPlot

  • The ScottPlot Changelog details the most recent features and bug fixes.

  • ScottPlot was created by Scott W Harden and enhanced by many contributions from the open-source community.

  • ScottPlot is provided under the the permissive MIT license and is free to modify and use for any purpose.

  • If you enjoy ScottPlot give it a star! โญ

scottplot's People

Contributors

swharden avatar bclehmann avatar stendprog avatar bambooxx avatar rayffer avatar arthurits avatar maoyao233 avatar rafntor avatar zrolfs avatar morningkyle avatar kritner avatar padanian avatar peterdavidson avatar abenimatteo avatar eferu avatar gauravagrwal avatar sommerengineering avatar calderwhite avatar diluculo avatar charlescao460 avatar maremare avatar martinkleppe avatar hhubschle avatar taha-ghadirian avatar petarpetrovt avatar nanrod avatar jbuckmccready avatar wtywtykk avatar schifazl avatar rutkowskit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.