File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
sectionproperties/analysis Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -338,9 +338,9 @@ Major Principal Stress (:math:`\sigma_{1}`)
338338.. automethod :: sectionproperties.analysis.cross_section.StressPost.plot_stress_1
339339 :noindex:
340340
341- Major Principal Stress (:math: `\sigma _{2 }`)
341+ Minor Principal Stress (:math: `\sigma _{2 }`)
342342""""""""""""""""""""""""""""""""""""
343- .. automethod :: sectionproperties.analysis.cross_section.StressPost.plot_stress_1
343+ .. automethod :: sectionproperties.analysis.cross_section.StressPost.plot_stress_2
344344 :noindex:
345345
346346von Mises Stress (:math: `\sigma _{vM}`)
Original file line number Diff line number Diff line change @@ -3861,7 +3861,7 @@ def plot_stress_1(self, pause=True):
38613861 return self .plot_stress_contour (sigs , title , pause )
38623862
38633863 def plot_stress_2 (self , pause = True ):
3864- """Produces a contour plot of the Minor principal stress :math:`\sigma_{1 }` resulting from all
3864+ """Produces a contour plot of the Minor principal stress :math:`\sigma_{2 }` resulting from all
38653865 actions.
38663866
38673867 :param bool pause: If set to true, the figure pauses the script until the window is closed.
You can’t perform that action at this time.
0 commit comments