|
From: | Ben Abbott |
Subject: | Re: printing to large size weirdness (qt backend) |
Date: | Wed, 24 Aug 2016 08:17:07 -0400 |
I have a suspicion. Unless osmesa is used, OpenGL printing requires on screen rendering. During printing, the figure is resized such that the size in pixels equals the output size in points (72pts/in). The resizing and repositioning may place a portion of the figure off screen, which would not render during the print process. You can prevent the resizing by setting the -SXsize,Ysize to the figure size. Can you confirm that the clipping is always present when the figure is moved off screen. If my guess is correct, a fix would be to use osmesa when printing (even when the figure is visible). In any event, please file a bug report. Ben |
[Prev in Thread] | Current Thread | [Next in Thread] |