@@ -60,9 +60,6 @@ def split_list(a_list):
60
60
ax .plot ([y ] * 3 , marker = marker , ** marker_style )
61
61
format_axes (ax )
62
62
63
- plt .show ()
64
-
65
-
66
63
###############################################################################
67
64
# Filled markers
68
65
# ==============
@@ -75,8 +72,6 @@ def split_list(a_list):
75
72
ax .plot ([y ] * 3 , marker = marker , ** marker_style )
76
73
format_axes (ax )
77
74
78
- plt .show ()
79
-
80
75
###############################################################################
81
76
# .. _marker_fill_styles:
82
77
#
@@ -102,9 +97,6 @@ def split_list(a_list):
102
97
ax .plot ([y ] * 3 , fillstyle = fill_style , ** filled_marker_style )
103
98
format_axes (ax )
104
99
105
- plt .show ()
106
-
107
-
108
100
###############################################################################
109
101
# Markers created from TeX symbols
110
102
# ================================
@@ -128,9 +120,6 @@ def split_list(a_list):
128
120
ax .plot ([y ] * 3 , marker = marker , ** marker_style )
129
121
format_axes (ax )
130
122
131
- plt .show ()
132
-
133
-
134
123
###############################################################################
135
124
# Markers created from Paths
136
125
# ==========================
@@ -160,8 +149,6 @@ def split_list(a_list):
160
149
ax .plot ([y ] * 3 , marker = marker , ** marker_style )
161
150
format_axes (ax )
162
151
163
- plt .show ()
164
-
165
152
###############################################################################
166
153
# Advanced marker modifications with transform
167
154
# ============================================
@@ -197,7 +184,6 @@ def split_list(a_list):
197
184
format_axes (ax )
198
185
199
186
fig .tight_layout ()
200
- plt .show ()
201
187
202
188
###############################################################################
203
189
# Setting marker cap style and join style
@@ -235,7 +221,6 @@ def split_list(a_list):
235
221
ax .plot (x , y , marker = m , ** marker_outer )
236
222
ax .text (x , len (CapStyle ) - .5 , f'{ theta } °' , ha = 'center' )
237
223
format_axes (ax )
238
- plt .show ()
239
224
240
225
###############################################################################
241
226
# Modifying the join style:
0 commit comments