Features
- **Colored Plots**: edterm now supports colored plots, making data visualization more intuitive and visually appealing.
- **Themes Support**: Users can now select from three themes—transparent, dark, and light—to customize the visual experience according to their preference.
- **Stride Option for Data Reduction**: Added support for stride to reduce the amount of data processed for large edr files, significantly improving interface responsiveness.
- **Expanding Average Plot**: edterm now also plots the expanding average, providing users with more analytical tools for data assessment.
- **Configurable Logging Level**: Users can now choose the logging level directly via command-line arguments, enhancing the debugging and logging flexibility.
For Developers
- **Global Logger Object**: Introduced a global logger object in `edterm.py` to standardize logging throughout the application.
- **.vscode Folder Hidden**: The `.vscode` folder and its contents are now hidden to prevent unintended changes and maintain a clean repository.
- **Basic Testing Facility**: Added a basic testing framework to facilitate development and ensure the reliability of new features.