Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-10 Thread Alan W. Irwin
On 2011-08-10 09:55+0100 Andrew Ross wrote: > I've now implemented driver support for arcs (including rotated arcs) in > the Qt driver too. I'm no Qt expert, but all looks to work fine. Your change generated a big improvement in the looks of the last page you get from examples/c/x27c -dev qtwidg

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-10 Thread Andrew Ross
On Wed, Aug 03, 2011 at 10:17:08PM -0400, Hezekiah M. Carty wrote: > On Wed, Aug 3, 2011 at 9:54 PM, Alan W. Irwin > wrote: > > On 2011-08-03 19:14-0400 Hezekiah M. Carty wrote: > > > >> On Wed, Aug 3, 2011 at 8:57 AM, Andrew Ross > >> wrote: > >>> > >>> I've now properly implemented the rotate

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-04 Thread Andrew Ross
On Wed, Aug 03, 2011 at 07:48:41AM -0700, Alan Irwin wrote: > On 2011-08-03 13:57+0100 Andrew Ross wrote: > >> >> I've now properly implemented the rotate option in plarc and updated >> the documentation. I've also modified example 27 to provide a more >> rigorous test / demonstration of the plarc

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Hezekiah M. Carty
On Wed, Aug 3, 2011 at 9:54 PM, Alan W. Irwin wrote: > On 2011-08-03 19:14-0400 Hezekiah M. Carty wrote: > >> On Wed, Aug 3, 2011 at 8:57 AM, Andrew Ross >> wrote: >>> >>> I've now properly implemented the rotate option in plarc and updated >>> the documentation. I've also modified example 27 to

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Alan W. Irwin
On 2011-08-03 19:14-0400 Hezekiah M. Carty wrote: > On Wed, Aug 3, 2011 at 8:57 AM, Andrew Ross > wrote: >> >> I've now properly implemented the rotate option in plarc and updated >> the documentation. I've also modified example 27 to provide a more >> rigorous test / demonstration of the plarc c

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Hezekiah M. Carty
On Wed, Aug 3, 2011 at 8:57 AM, Andrew Ross wrote: > > I've now properly implemented the rotate option in plarc and updated > the documentation. I've also modified example 27 to provide a more > rigorous test / demonstration of the plarc capabilities. I have updated the Cairo driver to support ro

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Alan W. Irwin
On 2011-08-03 13:57+0100 Andrew Ross wrote: > > I've now properly implemented the rotate option in plarc and updated > the documentation. I've also modified example 27 to provide a more > rigorous test / demonstration of the plarc capabilities. Hi Andrew: That extra page to example 27 sure is a

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Andrew Ross
I've now properly implemented the rotate option in plarc and updated the documentation. I've also modified example 27 to provide a more rigorous test / demonstration of the plarc capabilities. This did throw up a problem with filled arcs. For me the code crashed with a malloc error. Reducing th

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Andrew Ross
Actually, on closer inspection the API to plarc in 5.9.8 supports an argument rotate, but the argument doesn't actually do anything! I'll see if we can get this cleaned up. Thanks for drawing it to our attention. Andrew On Wed, Aug 03, 2011 at 11:36:51AM +0800, l.f.hwang wrote: > hi guys, > >

Re: [Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-03 Thread Andrew Ross
Thank you for your patch. This functionality is already implemented in the current version of plplot (5.9.8), although the documentation has not been properly updated. I will fix this in the subversion repository. Regards Andrew On Wed, Aug 03, 2011 at 11:36:51AM +0800, l.f.hwang wrote: > hi g

[Plplot-devel] patch for drawing rotate eclipse support for rev 5.9.6

2011-08-02 Thread l.f.hwang
hi guys, I had write a patch to support drawing eclipse rotated in 5.9.6, pls check attachment enclosed. -- l.f.hwang 2011-08-03 _ diff -cr plplot-5.9.6/bindings/c++/plstream.cc plplot-5.9.6_p1/bindings/c++/plstream.cc *** plplot-5.9.6/b