Skip to content

Commit d714d1f

Browse files
committed
fix plotting function
1 parent 2b80b4a commit d714d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lasso/plotting/plot_shell_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def plot_shell_mesh(
176176

177177
# wrap it up with all needed js libraries
178178

179-
script_string_js = '<script type="text/javascript">{js_name}</script>'
179+
script_string_js = '<script type="text/javascript">{0}</script>'
180180
jszip_js_format = _read_file(
181181
os.path.join(os.path.dirname(__file__), "resources", "jszip.min.js")
182182
)

0 commit comments

Comments
 (0)