Create 3-D Galactic Art with Matplotlib | Towards Data Science
In a previous article, I demonstrated how you could use Python’s Tkinter GUI module to make 2-D galactic art using the equation for a logarithmic spiral [1]. In this article, we’ll take...

Source: Towards Data Science
In a previous article, I demonstrated how you could use Python’s Tkinter GUI module to make 2-D galactic art using the equation for a logarithmic spiral [1]. In this article, we’ll take things a step further and use Python’s primary plotting library, matplotlib, to produce attractive 3-D simulations of spiral galaxies. Besides being fun, this […]