Jerry wrote:
> The renderings of Example 1 using pdfqt and epsqt on OS X are  
> attached. These are screen shots with a bit of the gray background of  
> the PDF program (a PDFkit application) showing around the edges. pdfqt  
> seems to have oriented the plots relative to the background 90  
> degrees, clipping part of the plots. epsqt has a part-black and part- 
> white background. Adobe Reader showed the same result on the pdfqt  
> file but did not open the epsqt file. (Is EPS not supported by Adobe  
> Reader?!?).
>   
Jerry,

The problem seems to be that for some reason, the QPrinter device is not
initialised in Landscape mode. Reading the Qt documentation, this cannot
be done on Mac OS X during printing - and unless I misunderstood
something, the Qt driver does that *before* printing. Can you please try
and set up another parameter like the page size, e.g. ./x01c -dev pdfqt
-geometry 500x500 -o test.pdf

I am curious whether this parameter will be applied or not, which will
tell me if only the orientation is unset or if it just sets all the
parameters for the page as defaults.

As for your other issue with refresh, this is hard to diagnose without
having a Mac and doing extensive tests. However, as I plan to redesign
the way the screen is flushed, my future update on this might solve this
issue as a side effect. So I'll get back to you on this subject after
the change.

Alban

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to