1
$\begingroup$

I made the following graphic with Mathematica 9.0:

GraphicsRow[ListLinePlot[]ĹistLinePlot[]]

Does anybody know how to put a title on the top of the whole graph? (not in each single plot).

Basically I used

GraphicsRow[ListLinePlot[]ListLinePlot[]] 

Thanks.

$\endgroup$
1
  • $\begingroup$ Duplicate of this $\endgroup$ Commented Sep 27, 2014 at 15:01

1 Answer 1

2
$\begingroup$
p = Plot[Sin[x], {x, 0, 2 Pi}, ImageSize -> 200]; Framed[ Column[ { Style["Sinus", Darker@Blue, Bold, 16], GraphicsRow[{p, p}] }, Alignment -> Center], FrameMargins -> 10] 

enter image description here

$\endgroup$
2
  • $\begingroup$ I've already labeled the plot using 'PlotLabel', but I'd like to know how to avoid too much white space between the title and the plots. $\endgroup$ Commented Sep 28, 2014 at 9:41
  • $\begingroup$ I tried using Epilog and the label appear where I want, but how can I change the style/size/color of the title?.Thanks $\endgroup$ Commented Sep 28, 2014 at 9:52

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.