Re: [Plplot-devel] Question regarding extcairo driver and the geometry parameter

2009-09-21 Thread Mark de Wever
Alan W. Irwin wrote: > On 2009-09-18 11:10+0200 Werner Smekal wrote: >> On 18.09.2009, at 10:21, Mark de Wever wrote: >>> The attached patch shows the modification I did to try to resize the >>> plot area and move the location of its origin in that test. The >>> resizing works, but the modification

Re: [Plplot-devel] Question regarding extcairo driver and the geometry parameter

2009-09-18 Thread Alan W. Irwin
On 2009-09-18 11:10+0200 Werner Smekal wrote: > Hi Mark, > > > On 18.09.2009, at 10:21, Mark de Wever wrote: > >> Hi, >> >> I've been working a bit on the extcairo driver to automatically >> detect the size of the drawing area. (I already have something >> working, but it needs more work before po

Re: [Plplot-devel] Question regarding extcairo driver and the geometry parameter

2009-09-18 Thread Werner Smekal
Hi Mark, On 18.09.2009, at 10:21, Mark de Wever wrote: > Hi, > > I've been working a bit on the extcairo driver to automatically > detect the size of the drawing area. (I already have something > working, but it needs more work before posting it here.) While > working on it I ran into a qu

[Plplot-devel] Question regarding extcairo driver and the geometry parameter

2009-09-18 Thread Mark de Wever
Hi, I've been working a bit on the extcairo driver to automatically detect the size of the drawing area. (I already have something working, but it needs more work before posting it here.) While working on it I ran into a question about the geometry parameter. The attached patch shows the mod