I\'m trying to make a 2D plot but in a polar shape.
My code:
ubb = np.zeros((200,10)) aux = 1.0 for i in range(10): ubb[:,i] = aux aux = aux + 1.0 x = np