Skip to content

Conversation

@Tsarpf
Copy link

@Tsarpf Tsarpf commented Feb 10, 2026

Existing code's plt.scatter was using z[0] as the size of the marker, hence the red dot is at [0,1] with size 20. Just switching plt to ax here makes it use 3d projection.

Additionally added the legend, describing that it's the start position.

Before (current code in repo, printed book does not have the scatter point):
image

After:
image

Existing code's `plt.scatter` was using z[0] as the size of the marker, hence the red dot is at [0,1] with size 20.

Additionally added the legend, describing that it's the start position.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant