0

I want to plot the below data in a plot like the figure I draw. While there are sample scripts to plot spider plots in this post, I couldn’t figure it out how to plot them nested and with different scales. I really appreciate it if you could guide me how to do it.

data1 = np.array([0.451, 0.459, 0.485, 0.851, 2.754, 21.154, 65.048, 52.386, 4.338, 0.904, 0.566, 0.497])

data2 = np.array([0.212, 0.165, 0.145, 0.151, 0.249, 0.399, 0.468, 0.462, 0.422, 0.372, 0.317, 0.272])

data3 = np.array([0.147, 0.247, 0.298, 0.502, 1.216, 7.402, 19.320, 16.039, 1.308, 0.140, 0.070, 0.077])

Hand drawn figure!

Omid
  • 51
  • 3

0 Answers0