sewkokot / opsvis

OpenSeesPy postprocessing and plotting module
GNU General Public License v3.0
35 stars 21 forks source link

Plotting errors #21

Closed zubairwani17 closed 2 years ago

zubairwani17 commented 2 years ago

i am getting some errors with plotting with vfo and more AttributeError: module 'vfo.internal_plotting_functions' has no attribute '_getAxisInfo'

firai commented 2 years ago

The vfo repo is at https://github.com/u-anurag/vfo.

ZubairRWani commented 2 years ago

some errors regarding animation and plots were solved. However, the previous problem persists

File "C:\Users\Zubair\anaconda3\lib\site-packages\vfo\vfo.py", line 1302, in plot_fiberResponse2D axisIndex, axisXlabel = ipltf._getAxisInfo(LocalAxis)

AttributeError: module 'vfo.internal_plotting_functions' has no attribute '_getAxisInfo'

firai commented 2 years ago

Again, the vfo repo is at https://github.com/u-anurag/vfo. You will have better luck with getting answers to questions or issues about vfo at that repo. This repo is for opsvis, which is a completely separate and unrelated OpenSeesPy visualization library.

ZubairRWani commented 2 years ago

Got it