Skip to content

Releases: willherr72/OxidePlot

OxidePlot v0.1.1

Choose a tag to compare

@willherr72 willherr72 released this 09 Jul 17:44

Patch release — proper app branding and a small fix.

Install

Download oxideplot_0.1.1_x64-setup.exe and run it. The only runtime dependency is WebView2 (already present on Windows 10/11). The .msi is for managed/enterprise deployment.

Changes since v0.1.0

  • New app icon — the OxidePlot waveform mark now shows in the taskbar, title bar, Start Menu, and installers (replacing the default Tauri logo).
  • Fix — empty graphs no longer respond to the rubber-band zoom drag (previously you could draw a zoom band with no data loaded).

See v0.1.0 for the full feature list, and the README for screenshots.

OxidePlot v0.1.0

Choose a tag to compare

@willherr72 willherr72 released this 09 Jul 13:16

OxidePlot is a GPU-accelerated data-visualization desktop app for Windows.

Install

Download oxideplot_0.1.0_x64-setup.exe and run it. The only runtime dependency is WebView2 (already present on Windows 10/11). The .msi is provided for managed/enterprise deployment.

Highlights

  • Fast GPU line plots with viewport-aware downsampling — handles 100k+ point datasets smoothly.
  • Per-graph views: Plot · Table · Distribution · Spectrum (FFT) · Spectrogram · Scatter (colored by time).
  • Formula columns — derive new columns from expressions (vector magnitude, survey trig, differences, …).
  • Rubber-band zoom box with X / Y / box axis snapping, right-drag pan, wheel scroll + Ctrl-wheel zoom.
  • Broad data loading — CSV, Excel, and generic delimited .dat / .txt / .tsv with automatic delimiter detection and metadata-preamble skipping; robust datetime handling (incl. separate Date + Time columns and 12-hour times).
  • Render options — robust autoscale, log-Y, normalized multi-unit overlay; PNG export with axes + legend; light / dark theme.
  • Ships with an MCP analysis server (oxideplot-mcp) for AI-driven QC and one-call self-contained HTML reports — see the README.