Message Boards Message Boards

0
|
2487 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Unwanted frame label while using PlotLayout option

I've got unexpected behaviour of the frame labels while plotting several plots in a row using the PlotLayout option. Except of two nice labels placed where they should be a third one is generated in the center of the whole image.

Consider the following code:

x = Subdivide[- Pi, Pi, 100];
sin = Sin[x];
cos = Cos[x];

ListLinePlot[{Transpose[{x, sin}], Transpose[{x, cos}]},
    PlotLayout -> "Row",
    FrameLabel -> {"x", "F[x]"}]

I would like to get something like this:enter image description here

But instead the following picture is generated:enter image description here

The difference is pretty minimal: an additional frame label occures in the bottom-center of the latter image. So, the question is: how to get rid off this extra label? And is it conventional behaviour or a bug?

POSTED BY: Nikolay Shilov
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