Marcel Soubkovsky - Logo

Selected project

EasyPlotGUI - Python plotting UI

Type-safe Python plotting UI for quick visual analysis.

Published on PyPI to simplify interactive plot controls.

Year

2019

Role

Library author

Focus

PythonMatplotlibPyPI
EasyPlotGUI example plot
Interactive controls and layout
1 / 2

Technologies & Tools

Python (NumPy, PySide2, Matplotlib)Qt
0

The Problem

Building interactive plotting UIs in Python is tedious. You end up writing a lot of boilerplate code just to get basic controls working. I wanted to simplify that.

What I Built

EasyPlotGUI is a Python library that wraps common plotting patterns and provides ready‑made UI controls. It lets researchers and engineers focus on their data instead of wrestling with UI plumbing. Quick setup with Matplotlib, built-in controls for axes and parameter sweeps, and solid documentation with examples.

The Community

Published on PyPI and open-sourced on GitHub, it's been adopted for fast prototyping and educational use. It's a small library, but it solves a real friction point in the workflow.