Skip to content

Commit 88ae083

Browse files
author
spencer@primus
committed
Change colormap attribute name
1 parent 4466383 commit 88ae083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avapi/visualize/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44

55

6-
lidar_cmap = plt.cm.get_cmap("hsv", 256)
6+
lidar_cmap = plt.get_cmap("hsv", 256)
77
lidar_cmap = np.array([lidar_cmap(i) for i in range(256)])[:, :3] * 255
88

99

0 commit comments

Comments
 (0)