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 2f9c992 commit 021d74dCopy full SHA for 021d74d
2 files changed
lib/matplotlib/backends/web_static/index.html
@@ -9,6 +9,7 @@
9
<div id="mpl-div">
10
<canvas id="mpl-canvas"
11
class="mpl-canvas"
12
+ width="800" height="600"
13
onmousedown="mouse_event(event, 'button_press')"
14
onmouseup="mouse_event(event, 'button_release')"
15
onmousemove="mouse_event(event, 'motion_notify')">
lib/matplotlib/backends/web_static/mpl.css
@@ -1,8 +1,3 @@
1
-.mpl-canvas {
2
- width:800px;
3
- height:600px;
4
-}
5
-
6
.mpl-message {
7
float:right;
8
vertical-align:text-center;
0 commit comments