hexagon logo

Python / Matplotlib in Adams

Recently I have been using python to generate helpful post-processing graphics. Therefore I used the modul matplotlib. Yet the scripts can't be run directly from adams, always needed to compile these py-scripts into an .exe. Does anybody know how to tell adams to use the installed matplotlib library, or will it be a standard package in a next version?
Parents
  • One more datapoint: if you have permission to modify your Adams installation (most people don't?..) then this appears to work in Adams v2018 beta:
    d:\MSC.Software\Adams\2018_beta\common\mdi.bat python -m pip install matplotlib
     
    Note that that is *beta*! It does not appear to work in v2017.1 (we have a defect report on this already) and v2017.2 (I wonder if it might work here. Doesn't appear to.).
     
    Anyway: just FYI in case you want to install it in a future version.
     
    HTH,
    Kent
Reply
  • One more datapoint: if you have permission to modify your Adams installation (most people don't?..) then this appears to work in Adams v2018 beta:
    d:\MSC.Software\Adams\2018_beta\common\mdi.bat python -m pip install matplotlib
     
    Note that that is *beta*! It does not appear to work in v2017.1 (we have a defect report on this already) and v2017.2 (I wonder if it might work here. Doesn't appear to.).
     
    Anyway: just FYI in case you want to install it in a future version.
     
    HTH,
    Kent
Children
No Data