I want to use python to plot some specific points in 3D given their coordinates. I want to use the matplotlib library but I'm not sure if there's an easy way of doing this.
Let's say I want to plot the following points: (1,0,0) (2,2,2) (-1,2,0) (1,2,1)