First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Mar 16 '1

perolofl gravatar image

I don't believe it is possible in dyntools. Use matplotlib instead for larger flexibility.

click to hide/show revision 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.