Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 610 Bytes

File metadata and controls

43 lines (29 loc) · 610 Bytes

Rose Plotting

A simple Bokeh based script for generating the rose, inspired by the nature of motion between Earth and Venus

Setup

pip install bokeh
pip install numpy

Run

python rose.py

Results

Using different value of num_lines make different pattern

num_lines = 500

num_lines = 500

num_lines = 1000

num_lines = 1000

num_lines = 2000

num_lines = 2000

num_lines = 4000

num_lines = 4000