Skip to content

Demo apps to showcase interactivity with data from ScottPlot's graphs.

Notifications You must be signed in to change notification settings

gabrielgcma/InteractiveScottPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InteractiveScottPlot

This demo app showcases some functionalities to make your WinForms plots more interactive using ScottPlot (v 4.1.65). New features are planned to be added with time.

Disclaimer: everything needs refactoring and there are most certainly many other ways to do these things more efficiently. Consider these demos as a simple way to showcase that these features can be implemented with ScottPlot.

How to use

Either build from source or download the executable from here (you need to download the whole folder).

Demo features so far

  • Clickable ScatterPlot

For large datasets, creating a single clickable MarkerPlot for each point is too slow. ClickableScatterPlot leverages ScatterPlot's faster rendering. You can retrieve relevant data from the selected point.

ClickableScatterPlotGif

To be added:

  • Selection Polygon

Sometimes you want the user to have fine-grained control over a dataset. This feature allows the user to create a polygon from which points will be filtered out.

  • Interactive Region

An interactive rectangular region from which points can also be filtered out.

About

Demo apps to showcase interactivity with data from ScottPlot's graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages