Skip to content
Snippets Groups Projects
Commit 942350ed authored by Andi Gerken's avatar Andi Gerken
Browse files

fixed matplotlib issue

parent d1eb5fa1
Branches
Tags 0.3.6
1 merge request!47Develop
Pipeline #56817 passed
......@@ -37,7 +37,7 @@ import platform
import matplotlib
import matplotlib.pyplot as plt
import matplotlib.cm as cm
import matplotlib.cm
from matplotlib import animation
from matplotlib import patches
......@@ -928,7 +928,7 @@ class File(h5py.File):
else:
step_size = poses.shape[1]
cmap = cm.get_cmap(cmap)
cmap = matplotlib.cm.get_cmap(cmap)
x_world, y_world = self.world_size
if figsize is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment