Re: Convert PDF CGContextRef to NSView for hi-res printing

2012-03-09 Thread Gilles Celli
Wim and Graham, Thanks for your quick reply…I finally found out how to print vector based graphs thanks to Wim's answer: I created a NSView based class which draws then (via drawRect:) the Coreplot graphs with my custom made method renderGraphsInContext: It works wonderfully. Cheers, Gilles

Convert PDF CGContextRef to NSView for hi-res printing

2012-03-05 Thread Gilles Celli
Hi, I'm stuck on a problem on how to print high resolution graphs on Mac OS X, by using the wonderful CorePlot (1) framework. I've asked on the Coreplot mailing list but no answer...maybe it's too obvious that I don't see the tree in the forest: My method produces a CGContextRef (with

Re: Convert PDF CGContextRef to NSView for hi-res printing

2012-03-05 Thread Graham Cox
On 06/03/2012, at 7:13 AM, Gilles Celli wrote: Hi, I'm stuck on a problem on how to print high resolution graphs on Mac OS X, by using the wonderful CorePlot (1) framework. I've asked on the Coreplot mailing list but no answer...maybe it's too obvious that I don't see the tree in the

Re: Convert PDF CGContextRef to NSView for hi-res printing

2012-03-05 Thread Wim Lewis
On 5 Mar 2012, at 12:13 PM, Gilles Celli wrote: I'm stuck on a problem on how to print high resolution graphs on Mac OS X, by using the wonderful CorePlot (1) framework. I've asked on the Coreplot mailing list but no answer...maybe it's too obvious that I don't see the tree in the forest: