Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I actually think the warning explains it all. It does tell you that it's gonna overlap.

I also noticed that you are using Python 3.4, which suggests that you are using PSSE 34.4+? Maybe Siemens forgot to update the dyntools module accordingly?

I would suggest you to try 2 things.

  1. Force PSSE to use Python 2 and see whether it works or not.
  2. I remember the dyntools module actually allows you to get all the raw data out? If that's still the case, get all the raw data out and plot them with matplotlib. You can get rid of Siemens' label this way and have a bit more freedom with subplots. See these posts: Export all channels of a .out (Dyntools) to excel file Convert dynamic OUT files to Excel XLSX files