Skip to content

Commit 71356d3

Browse files
authored
Update map_api.py
1 parent 932064c commit 71356d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sdk/nuscenes/map_expansion/map_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from nuscenes.utils.geometry_utils import view_points
3030

3131
# Recommended style to use as the plots will show grids.
32-
plt.style.use('seaborn-whitegrid')
32+
plt.style.use('seaborn-v0_8-whitegrid')
3333

3434
# Define a map geometry type for polygons and lines.
3535
Geometry = Union[Polygon, LineString]

0 commit comments

Comments
 (0)