How to make a plot with multi-axes with Dyntools
Hello everyone,
I am looking for a way to plot several channels but with different y-axes in the same figure with Dyntools.
I would appreciate your help.
Greetings.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Hello everyone,
I am looking for a way to plot several channels but with different y-axes in the same figure with Dyntools.
I would appreciate your help.
Greetings.
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.
Asked: 2021-03-07 11:13:54 -0500
Seen: 400 times
Last updated: Mar 17 '21