Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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.