Viewing a single comment thread. View all comments

bmlsayshi t1_iqywms9 wrote

How did you convert the data into the Illustrator graph? Was it a manual process or did you automate it somehow? I'd love to see my Dailyo data like this.

25

frankenbenz t1_ir02s77 wrote

I’ve built a color wheel VERY similar to this use R and some hefty ggplot modification, with a few other things to get the data right. You can essentially plot anything circular if you provide a way to convert the data using trigonometry or some built capabilities within R/ggplot.

9