Hello everybody, I create via a function plotTra three pictures
p1 = MatrixPlot[plotTra[1, aa], FrameTicks -> {None},
PlotLabel -> Style["\[Beta]=1", 20]]
p2 = MatrixPlot[plotTra[1, bb], FrameTicks -> {None},
PlotLabel -> Style["\[Beta]=4", 20]]
p3 = MatrixPlot[plotTra[1, cc], FrameTicks -> {None},
PlotLabel -> Style["\[Beta]=8", 20]]
Those pictures have the same size, the matrices have the same dimension, however,
GraphicsRow[{p1,p2,p3}]
does not work/stop/show me the picture. I let it running for some mins now.
GraphicsRow itself works on the trivial examples in the help. Any ideas?