Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book 3 chap 7.1 Figure 10 other plotting tool #1685

Open
Thenderick opened this issue Mar 3, 2025 · 0 comments
Open

Book 3 chap 7.1 Figure 10 other plotting tool #1685

Thenderick opened this issue Mar 3, 2025 · 0 comments
Assignees
Milestone

Comments

@Thenderick
Copy link

In the third book, near Figure 10, you mention plotting using plot.ly as a free online plotting tool. Unfortunatly I think they shifted to a paid subscription or an account system. As an alternative, I would suggest Desmos 3D. In this 3d math plotter you can enter points by entering (x_val, y_val, z_val) on a line to plot said point. The code in Listing 23 should then change to printing "(x,y,z)\n" instead. Because this is a math plotter, you can also enter the formula of a unit sphere, x^2 + y^2 + z^2 = 1.

It is a small change, but I think it could save others a bit of time Googling if you add this. Alternatives can never hurt ;)

@hollasch hollasch self-assigned this Mar 3, 2025
@hollasch hollasch added this to the v4.0.2 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants