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 d6d726e commit 4354e31Copy full SHA for 4354e31
niworkflows/viz/plots.py
@@ -22,12 +22,11 @@
22
#
23
"""Plotting tools shared across MRIQC and fMRIPrep."""
24
25
-import matplotlib.cm as cm
26
import matplotlib.pyplot as plt
27
import nibabel as nb
28
import numpy as np
29
import pandas as pd
30
-from matplotlib import colormaps
+from matplotlib import cm, colormaps
31
from matplotlib import gridspec as mgs
32
from matplotlib.colorbar import ColorbarBase
33
from matplotlib.colors import Normalize
0 commit comments