First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I don't believe it is possible in dyntools. Use matplotlib instead for larger flexibility.
2 | No.2 Revision |
I don't believe it is possible in dyntools. Use matplotlib instead for larger flexibility.
EDIT: Use dyntools to read the outfile
chnfobj = dyntools.CHNF(outfile)
sh_ttl, ch_id, ch_data = chnfobj.get_data()
and then use matplotlib to plot the content.