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.
2 parents 565e021 + 4354e31 commit 36d4ef8Copy full SHA for 36d4ef8
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