0
$\begingroup$

I just write the code following :

GraphicsRow[{LogLogPlot[{\[Xi]v1[w, 1], \[Xi]v2[w, 1], \[Xi]v3[w, 1]}, {w, 0.01, 1}, PlotStyle -> {Blue, {Black, Dashed}, Black}, PlotRange -> {0.01, 10^4},(*PlotLegends\[Rule]Placed[{"Equation(1)","Equation2", "Numerical"},{{0.02,110},{0.30,110}}],*)ImageSize -> Automatic, Frame -> True, AspectRatio -> 3/2.5], LogLogPlot[{\[Xi]v1[w, 2], \[Xi]v2[w, 2], \[Xi]v3[w, 2]}, {w, 0.01, 1}, PlotStyle -> {Blue, {Black, Dashed}, Black}, PlotRange -> {0.01, 10^4}, ImageSize -> Automatic, Frame -> True, FrameTicks -> {{None, None}, {Automatic, None}}, AspectRatio -> 3/2.5], LogLogPlot[{\[Xi]v1[w, 3], \[Xi]v2[w, 3], \[Xi]v3[w, 3]}, {w, 0.01, 1}, PlotStyle -> {Blue, {Black, Dashed}, Black}, PlotRange -> {0.01, 10^4}, ImageSize -> Automatic, Frame -> True, FrameTicks -> {{None, None}, {Automatic, None}}, AspectRatio -> 3/2.5]}, Spacings -> 0] 

to get the three frame like: enter image description here

But I want to achieve the following result: enter image description here

It seems "Spacing->0" doesn’t work.These three frames can’t fit closely together.

$\endgroup$
4
  • 4
    $\begingroup$ try ResourceFunction "PlotGrid"? $\endgroup$ Commented Aug 18, 2023 at 1:43
  • $\begingroup$ Spacings -> -4 seems to work, but I can not say why. $\endgroup$ Commented Aug 18, 2023 at 8:00
  • $\begingroup$ yes, "plotGrid'' satisfy my needs perfectly , but I don’t know why my mathematica (version 12.3) can’t find the resources which makes feel annoyed. $\endgroup$ Commented Aug 18, 2023 at 8:06
  • $\begingroup$ Welcome to the Mathematica Stack Exchange. The introductory book written by the inventor is a good learning resource. There is a fast intro for math students as well as a fast intro for programmers to choose from. $\endgroup$ Commented Aug 19, 2023 at 2:51

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.