A simple Python tool for visualizing signals in .mf4
log files.
Focused on EV battery test data through grouped signal plotting and export.
π Auto-loads the latest .mf4
file
π Grouped signal filtering using KEYWORD_MAP
π Plots signals with time axis per group
πΌ Exports individual plots as .png
π Combines all plots into a single .pdf
π« .gitignore
excludes log files and exports
Install dependencies:
pip install -r requirements.txt
- Place
.mf4
files inmf4_logfiles/
- Adjust
KEYWORD_MAP
inmf4_visualizer.py
if needed - Run the visualizer:
python mf4_visualizer.py
- View exported plots in
mf4_exports/
- PDF will open automatically after running
v1.0.0 β Initial version with grouped plotting and export
MIT License β use freely, credit appreciated