You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make matplotplusplus optional via ENABLE_MATPLOTPP CMake flag
- Add ENABLE_MATPLOTPP option (default ON) to control matplotplusplus support
- Wrap AdvancedPainter class and related code with #ifdef ENABLE_MATPLOTPP
- Provide custom linspace() implementation when matplotplusplus is disabled
- Remove unused matplot include from StrayCapacitance.cpp
- Painter factory falls back to BasicPainter when matplotplusplus is disabled
0 commit comments