Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e688ff

Browse filesBrowse files
committed
FIX: move js files to expected location
These files were moved as part of #5754 which was reverted in #9027, however #6370 fixed the paths, but was not also reverted. Putting the js files in sub-directory makes sense, move the files rather than revert the changes in #6370. fixes #9380
1 parent aaecec4 commit 0e688ff
Copy full SHA for 0e688ff

File tree

Expand file treeCollapse file tree

3 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_webagg_core.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_webagg_core.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def get_javascript(cls, stream=None):
468468

469469
with io.open(os.path.join(
470470
os.path.dirname(__file__),
471-
"web_backend",
471+
"web_backend", "js",
472472
"mpl.js"), encoding='utf8') as fd:
473473
output.write(fd.read())
474474

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.