You should try to plot points in different ways. Here are some guidelines:
- Try to use mathematical functions, like the sine or cosine functions we used in our example. Here are some useful sources:
- Wolfram Mathworld
- Wikipedia (of course…)
- Python Math module documentation
- Populate also in 3D: use the z axis!
- Use random functions
Most important: use your imagination. And if you get stuck, try to delineate the logic behind your idea (remember the pseudo-code exercise) to try and make it clearer.
Also important: don’t forget to comment each line in your code (by using #, as we saw last class).
Post your results along with screenshots on the blog.
No comments:
Post a Comment