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 @@ -133,7 +133,7 @@ def get_tikz_code(
133
133
data ['custom colors' ] = {}
134
134
data ['legend colors' ] = []
135
135
data ['extra tikzpicture parameters' ] = extra_tikzpicture_parameters
136
- data ['axenv ' ] = axis_environment
136
+ data ['axis environment ' ] = axis_environment
137
137
data ['show_info' ] = show_info
138
138
# rectangle_legends is used to keep track of which rectangles have already
139
139
# had \addlegendimage added. There should be only one \addlegenimage per
@@ -286,7 +286,7 @@ 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 ['axis environment ' ]:
290
290
content .extend (
291
291
ax .get_begin_code () +
292
292
children_content +
You can’t perform that action at this time.
0 commit comments