Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e68a4 commit 8193febCopy full SHA for 8193feb
1 file changed
lib/matplotlib/backends/web_static/index.html
@@ -22,10 +22,10 @@
22
{% else %}
23
<button id="{{ name }}"
24
class="mpl-toolbar-button"
25
+ onclick="toolbar_button_onclick('{{ method }}');"
26
+ onmouseover="toolbar_button_onmouseover('{{ tooltip }}');"
27
role="button">
28
<img src="/images/{{ image }}.png" width="24" height="24"
- onclick="toolbar_button_onclick('{{ method }}');"
- onmouseover="toolbar_button_onmouseover('{{ tooltip }}');"
29
alt="{{ tooltip }}"/>
30
</button>
31
{% end %}
0 commit comments