A WPF app for plotting stuff. The backend is provided by ScottPlot
- Scatter Plots
- Plotting functions in form
y=<expression>
- Signal Plots
- Bar Plots, including Grouped Bar Plots
- Histogram
- Error Bars
- Linear Regression
- Customization
- Draw Vertical/Horizontal Lines or Spans
You may download the compiled version from the releases page.
Signal plots can be created in a similar way.
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
Toggle gridlines, ticks, frame, or just choose a pretty theme:
You can also add labels or choose a logarithmic axis:
If you're feeling generous, feel free to put in a PR. This is all under the MIT License.