Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bclehmann/wplot

A WPF app for plotting stuff. The backend is provided by ScottPlot
https://github.com/bclehmann/wplot

csharp data-visualization gui hacktoberfest netcore netframework plot plotting statistics wpf

Last synced: about 3 hours ago
JSON representation

A WPF app for plotting stuff. The backend is provided by ScottPlot

Awesome Lists containing this project

README

        

# WPlot
A WPF app for plotting stuff. The backend is provided by [ScottPlot](https://github.com/swharden/ScottPlot)

# Capabilities
- Scatter Plots
- Plotting functions in form `y=`
- Signal Plots
- Bar Plots, including Grouped Bar Plots
- Histogram
- Error Bars
- Linear Regression
- Customization
- Draw Vertical/Horizontal Lines or Spans

# Downloads
You may download the compiled version from the releases page.

# Creating a Scatter Plot

![Scatter Before](/images/Demos/scattererror_before.png)

![Scatter Output](/images/Demos/scattererror_output.png)

Signal plots can be created in a similar way.

# Prefab Signal Plots
WPlot lets you use a couple premade signal plots, just plug in a frequency and hit OK.

![Sine Before](/images/Demos/prefabsine_before.png)

![Sine Output](/images/Demos/prefabsine_output.png)

## You can create a signal plot from your own data if you need. The process is nearly identical to a Scatter Plot

# Stacking Plots

![Sine and Square Wave](images/Demos/sinesquareprefab_output.png)

# Easy Customization

Toggle gridlines, ticks, frame, or just choose a pretty theme:

![customization_3.png](/images/Demos/customization_3.png)

You can also add labels or choose a logarithmic axis:

![customization_4.png](/images/Demos/customization_4.png)

# Contribution
If you're feeling generous, feel free to put in a PR. This is all under the MIT License.

---
![Logo](/images/logo_full.png)

# Made by Where 1