Skip to content

Commit c407a00

Browse files
author
Christopher Fonnesbeck
committed
Experimenting with import order
1 parent 22fe9b4 commit c407a00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
__version__ = "3.0"
2+
import matplotlib
3+
matplotlib.use('Agg')
24

35
from .core import *
46
from .distributions import *

0 commit comments

Comments
 (0)