Hello, When I tried to align several graphics yaxes aligned using GraphicsColumn, they can't. Is there a way to solve this problem?
a = Plot[Sin[x], {x, 15, 25}]; b = BarChart[{100, 20000, 3}]; c =
ListPlot[{{1, 2}, {3, 4}, {5, 6}}]; e =
Table[d + f, {d, {1, 2, 3}}, {f, {0, 1, 2}}]; g = {"C1", "C2",
"C3"}; h = {"L1", "L2", "L3"}; i =
Dataset[AssociationThread[h, AssociationThread[g, #] & /@ e]]; j =
BarChart[i[All, "C1"]]; GraphicsColumn[{a, b, c, j}]