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.
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: 510 times
Last updated: Mar 17 '21
Using Dyntools to Plot Many .OUT Files
chanplot.py = dyntools_demo.py with function calls
load change, machine during dynamic simulation
I cannot resize channel plot file in psse35. Is it due to trial version of PSSE 35?
Module dyntools is not being imported PyCharm
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.