@@ -60,9 +60,6 @@ def split_list(a_list):
6060 ax .plot ([y ] * 3 , marker = marker , ** marker_style )
6161 format_axes (ax )
6262
63- plt .show ()
64-
65-
6663###############################################################################
6764# Filled markers
6865# ==============
@@ -75,8 +72,6 @@ def split_list(a_list):
7572 ax .plot ([y ] * 3 , marker = marker , ** marker_style )
7673 format_axes (ax )
7774
78- plt .show ()
79-
8075###############################################################################
8176# .. _marker_fill_styles:
8277#
@@ -102,9 +97,6 @@ def split_list(a_list):
10297 ax .plot ([y ] * 3 , fillstyle = fill_style , ** filled_marker_style )
10398format_axes (ax )
10499
105- plt .show ()
106-
107-
108100###############################################################################
109101# Markers created from TeX symbols
110102# ================================
@@ -128,9 +120,6 @@ def split_list(a_list):
128120 ax .plot ([y ] * 3 , marker = marker , ** marker_style )
129121format_axes (ax )
130122
131- plt .show ()
132-
133-
134123###############################################################################
135124# Markers created from Paths
136125# ==========================
@@ -160,8 +149,6 @@ def split_list(a_list):
160149 ax .plot ([y ] * 3 , marker = marker , ** marker_style )
161150format_axes (ax )
162151
163- plt .show ()
164-
165152###############################################################################
166153# Advanced marker modifications with transform
167154# ============================================
@@ -197,7 +184,6 @@ def split_list(a_list):
197184format_axes (ax )
198185
199186fig .tight_layout ()
200- plt .show ()
201187
202188###############################################################################
203189# Setting marker cap style and join style
@@ -235,7 +221,6 @@ def split_list(a_list):
235221 ax .plot (x , y , marker = m , ** marker_outer )
236222 ax .text (x , len (CapStyle ) - .5 , f'{ theta } °' , ha = 'center' )
237223format_axes (ax )
238- plt .show ()
239224
240225###############################################################################
241226# Modifying the join style:
0 commit comments