forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 1ad4edd
cairo backend: default to pycairo
As seen in matplotlib#13042 it's a bit faster than cairocffi and it also takes 50 ms less
time to import here. Also the GTK3Cairo backend requires pycairo, so there is a
good chance it's already loaded anyway for that case.1 parent d1060a8 commit 1ad4edd
1 file changed
+8
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | 14 |
| |
16 | - | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
17 | 19 |
| |
18 | 20 |
| |
19 | - | ||
21 | + | ||
20 | 22 |
| |
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
23 | + | ||
24 | + | ||
25 | + | ||
29 | 26 |
| |
30 | 27 |
| |
31 | 28 |
| |
|
0 commit comments