OpenSeesPy
OpenSeesPy copied to clipboard
Missing Anurag's visualization codes from PyPi package
The latest release hosted in PyPi (3.4.0.1) is missing Get_Rendering code from Anurag's repository. Since many examples include code for plotting and there is no mentioning of installing another library for visualization, I think it's missed by mistake.
The visualization modules have been removed from OpenSeesPy pip. You can use either vfo https://github.com/u-anurag/vfo or opsvis https://github.com/sewkokot/opsvis/
Get_Rendering library is moved out of OpenSeesPy package and is a stand alone package now. https://github.com/u-anurag/vfo
Thanks for reminding, I will update the examples with the new package.