Plotting a vector of circles only plots the final circle in the vector. For example ``` figure drawCircle([10 20 30; 15 15 40]) ``` will draw only the circle `[15 15 40]`. The same issue exists with `drawCircle3d`.