Why is this the case? I could understand if this is done when plotting smth. with EPyT (although those global changes might be still considered as problematic) but just opening an .inp file should not manipulate the global matplotlib settings -- in particular because the user cannot undo it!
I suggest either removing the code completely or at least moving it to the plot function of EPyT.
EPyT overrides the global matplotlib settings as soon as an .inp file is opened -- i.e. lines 641 and following:
Why is this the case? I could understand if this is done when plotting smth. with EPyT (although those global changes might be still considered as problematic) but just opening an .inp file should not manipulate the global matplotlib settings -- in particular because the user cannot undo it!
I suggest either removing the code completely or at least moving it to the plot function of EPyT.