Aceinna/gnss-ins-sim

Hard dependency on matplotlib even if you don't need to plot graphs

TechArtistG opened this issue · 1 comments

From looking at the code matplotlib is minimally used and only to show graph plots. However matplotlib drags in a lot of dependencies causing issues.

Be good if matplotlib was not referenced directly inside core gnss-ins-sim modules. Maybe a separate graphing module.

Thanks for your suggestions. I will consider this.