Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro-0110 committed Oct 31, 2023
1 parent 2f32834 commit b23b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Plot/plot_ground_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# Plot
#
plt.figure(figsize=(10, 7))
plt.scatter(x_data, y_data, s=2, alpha=0.5)
plt.scatter(x_data, y_data, s=2, alpha=1.0)
plt.title("Scatter plot of ground position in the image sensor")
plt.xlabel("X [pix]")
plt.ylabel("Y [pix]")
Expand Down

0 comments on commit b23b148

Please sign in to comment.