Hi, having this command:
Table[Plot3D[u[r, phi, n] // Re, {r, 0, 4}, {phi, 0, 2 Pi}], {n, 0, 5,
1}](*Real Part*)
I would like to label all the six plots that are generated, in one go. It does not work by the usual AxesLabel. How do I put labels on all axes of the 6 outputs from the given command?
Thanks!