D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
matplotlib
/
backends
/
web_backend
/
js
/
Filename :
mpl_tornado.js
back
Copy
/* This .js file contains functions for matplotlib's built-in tornado-based server, that are not relevant when embedding WebAgg in another web application. */ /* exported mpl_ondownload */ function mpl_ondownload(figure, format) { window.open(figure.id + '/download.' + format, '_blank'); }