Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bclehmann/wplot
- Owner: bclehmann
- License: mit
- Created: 2020-02-29T23:56:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T23:55:40.000Z (over 3 years ago)
- Last Synced: 2023-04-27T20:05:59.403Z (over 1 year ago)
- Topics: csharp, data-visualization, gui, hacktoberfest, netcore, netframework, plot, plotting, statistics, wpf
- Language: C#
- Homepage:
- Size: 1.63 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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