Skip to content

Commit

Permalink
Merge pull request #267 from Chivos/master
Browse files Browse the repository at this point in the history
Update section.py - Issue  #266
  • Loading branch information
robbievanleeuwen committed Feb 12, 2023
2 parents 1276320 + fc54d4c commit 9aacf62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sectionproperties/analysis/section.py
Original file line number Diff line number Diff line change
Expand Up @@ -3629,7 +3629,7 @@ def plot_stress_vx_zy(

def plot_stress_vx_zxy(
self,
title=r"Stress Contour Plot - $\sigma_{zz,Myy}$",
title=r"Stress Contour Plot - $\sigma_{zxy,Vx}$",
cmap="coolwarm",
normalize=True,
**kwargs,
Expand Down Expand Up @@ -3669,7 +3669,6 @@ def plot_stress_vx_zxy(
Contour plot of the shear stress.
"""

title = r"Stress Contour Plot - $\sigma_{zxy,Vx}$"
sigs = []

for group in self.material_groups:
Expand Down

0 comments on commit 9aacf62

Please sign in to comment.