
| Current Path : /usr/local/lib/python3.8/dist-packages/matplotlib/backends/web_backend/js/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/local/lib/python3.8/dist-packages/matplotlib/backends/web_backend/js/mpl_tornado.js |
/* 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');
}