If I have a plot like
RevolutionPlot3D[Piecewise[{{x^2,0<x<1},{x^(-1),1<x<3}}],{x,0,3}]
is there anyone to add labels within the plot?
For example, if I wanted to label specifically the position x=1 as something like "Enters magnetic field," is there any way I could do it?