Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e688ff

Browse 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

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_webagg_core.py

Lines 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

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)