Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Jul 23, 2024
1 parent afd437b commit cfb4cbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ def plot_data_collection_grid(self):
if self.grid_update_time_interval > time_elapsed.nanoseconds / 1e9:
return
# update collected acceleration and velocity grid
for cbar in self.axs[1].collections:
cbar.colorbar.remove()
for collection in self.axs[1].collections:
collection.colorbar.remove()
self.axs[1].cla()
self.heatmap = sns.heatmap(
self.collected_data_counts,
Expand Down

0 comments on commit cfb4cbe

Please sign in to comment.