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: 87 times
Last updated: Mar 17
chanplot.py = dyntools_demo.py with function calls
Using Dyntools to Plot Many .OUT Files
PSSE 33.12 dyntools pssplotc issue
Module dyntools is not being imported PyCharm
Electrical and Mechanical Power
how to close an out file after it is opened in dyntools