sewkokot / opsvis

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

Fiber section invert_xaxis() for z-coordinate #22

Closed mhscott closed 2 years ago

mhscott commented 2 years ago

Adding call to invert_xaxis() in plot_fiber_section so that the section z-coordinate is positive to the right like in most documentation. Without inverting the axis, it can be confusing when building patches one at a time and seeing the patches "on the wrong side".

sewkokot commented 2 years ago

Thank you @mhscott! Indeed now it is consistent!