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 932064c commit 71356d3Copy full SHA for 71356d3
python-sdk/nuscenes/map_expansion/map_api.py
@@ -29,7 +29,7 @@
29
from nuscenes.utils.geometry_utils import view_points
30
31
# Recommended style to use as the plots will show grids.
32
-plt.style.use('seaborn-whitegrid')
+plt.style.use('seaborn-v0_8-whitegrid')
33
34
# Define a map geometry type for polygons and lines.
35
Geometry = Union[Polygon, LineString]
0 commit comments