Message Boards Message Boards

0
|
2728 Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Labeling several plots by Table at once

Posted 4 years ago

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!

POSTED BY: Ser Man
3 Replies
Posted 4 years ago

Crossposted here.

POSTED BY: Rohit Namjoshi
Posted 4 years ago

Worked great! Thanks!

POSTED BY: Ser Man

Try:

   Table[Plot3D[u[r, phi, n] // Re, {r, 0, 10}, {phi, 0, 2 Pi}, 
     AxesLabel -> Automatic, PlotLabels -> U[r, phi, n]], {n, 0, 4, 
     1}](*Five States*)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract