diff --git a/examples/00-mapdl-examples/contact_elements.py b/examples/00-mapdl-examples/contact_elements.py index e9c2259f53..58b4c18939 100644 --- a/examples/00-mapdl-examples/contact_elements.py +++ b/examples/00-mapdl-examples/contact_elements.py @@ -81,7 +81,7 @@ # Here, we plot the element mesh as a wire-frame to show that the # contact pairs overlap. -mapdl.esel("S", "SEC", vmin=5, vmax=6) +mapdl.esel("S", "SEC", vmin=3, vmax=4) mapdl.eplot(style="wireframe", line_width=3) ###############################################################################