File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,15 +286,15 @@ def _recurse(data, obj):
286
286
if data ['extra axis options' ]:
287
287
ax .axis_options .extend (data ['extra axis options' ])
288
288
# populate content and add axis environment if wished
289
- if ( data ['axenv' ]) :
289
+ if data ['axenv' ]:
290
290
content .extend (
291
291
ax .get_begin_code () +
292
292
children_content +
293
293
[ax .get_end_code (data )], 0 )
294
294
else :
295
295
content .extend (children_content , 0 )
296
296
# print axis environment options, if told to show infos
297
- if ( data ['show_info' ]) :
297
+ if data ['show_info' ]:
298
298
print ("=========================================================" )
299
299
print ("These would have been the properties of the environment:" )
300
300
print ('' .join (ax .get_begin_code ()[1 :]))
You can’t perform that action at this time.
0 commit comments