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: 26 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T23:55:40.000Z (over 3 years ago)
- Last Synced: 2025-05-12T17:14:19.415Z (26 days ago)
- Topics: csharp, data-visualization, gui, hacktoberfest, netcore, netframework, plot, plotting, statistics, wpf
- Language: C#
- Homepage:
- Size: 1.63 MB
- Stars: 9
- 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


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.

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

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

You can also add labels or choose a logarithmic axis:

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