Message Boards Message Boards

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

ImagePadding not work right in GraphicsGrid in MMA 13.2

Posted 1 year ago

Hello,

ImagePaddding couldn't cut the left blank of the GraphicsGrid result in MMA 13.3. For example,

a = Plot[Sin[x], {x, 5, 10}, ImageSize -> 5/2.54*100];
b = GraphicsGrid[{{a, a}}, ImageSize -> 10/2.54*100, Frame -> True, ImagePadding -> {{-20, -0}, {0, 0}}]

Will output: The left blank wasn't changed.

If export this output to a PDF file, we will get another new figure:enter image description here This time, not only the left blank was not changed, neither the right side of the figure. Is it a bug? Or I did it wrong?

POSTED BY: Zhenyu Zeng
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