From d30fd72a75bffd8c0015f51701e6c0451a075cae Mon Sep 17 00:00:00 2001
From: arokem <arokem@gmail.com>
Date: Mon, 18 May 2015 16:26:57 -0700
Subject: RF: Modernize this call to Matplotlib to address DeprecationWarning

See also gh-129.

diff --git a/nitime/viz.py b/nitime/viz.py
index e86de2d..0d84e7b 100644
--- a/nitime/viz.py
+++ b/nitime/viz.py
@@ -16,7 +16,7 @@ if "nose" in sys.modules:
 # Then do all the rest of it:
 import numpy as np
 from scipy import fftpack
-from matplotlib import mpl
+import matplotlib as mpl
 from matplotlib import pyplot as plt
 import matplotlib.ticker as ticker
 import matplotlib.colors as colors
