[Plplot-devel] Familying implemented for the svgcairo device

2008-10-04 Thread Alan W. Irwin
Hi Hazen: I am in the middle of preparing an svg logo for PLplot for the new website so I have started playing with -dev svgcairo again. I vaguely recall some bad rendering issues (no text?) with this device with the old pango and cairo libraries on Debian sarge, but with the Debian lenny librari

Re: [Plplot-devel] plgvpw (view port limits) initial patch

2008-10-04 Thread Hezekiah M. Carty
On Mon, Sep 29, 2008 at 3:21 PM, Andrew Ross <[EMAIL PROTECTED]> wrote: > On Mon, Sep 29, 2008 at 12:00:17PM -0700, Alan Irwin wrote: >> I have had some experience with a number of plotting libraries going back >> through at least 1975, and they all have had these little adjustments which >> you re

Re: [Plplot-devel] Status of the svg device driver

2008-10-04 Thread Alan W. Irwin
On 2008-09-30 10:07+0100 Steve Schwartz wrote: > Taking this as a hint, I can edit the -dev svg to get it to open in > inkscape and konqueror by deleting the leading tag (and it's > close at the end of the file). Hi Steve: I fixed that bug last week when I started my svg effort. So I am very i

[Plplot-devel] src/README.pages

2008-10-04 Thread Alan W. Irwin
Hi Maurice: I have just committed my first attempt (see src/README.pages) to annotate all the code fragments in our source code that affect paging and familying. Could you please give this a critical read? I am especially interested in the open question of whether plsc->page_status should be set

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2008-10-04 Thread Alan W. Irwin
On 2008-10-02 22:04+0200 Arjen Markus wrote: > Hello, > > I am picking up the issue of gfortran 4.3.2 under MinGW again. > I have modified the source code (the import/export stuff) so > that the libraries are created appropriately, but while > building the examples, I run into the problem that the

Re: [Plplot-devel] Status of the svg device driver

2008-10-04 Thread Alan W. Irwin
On 2008-09-29 22:39-0700 Alan W. Irwin wrote: > In general, our svg results look really good with [Debian testing] firefox, > and I believe > -dev svg produces everything I need to generate a good-looking SVG PLplot > logo using PLplot itself, but there are still some outstanding issues that I >

Re: [Plplot-devel] src/README.pages

2008-10-04 Thread Alan W. Irwin
On 2008-10-04 14:04-0700 Alan W. Irwin wrote: > Hi Maurice: > > I have just committed my first attempt (see src/README.pages) to annotate > all the code fragments in our source code that affect paging and familying. > Could you please give this a critical read? I am especially interested in > the

Re: [Plplot-devel] Status of the svg device driver

2008-10-04 Thread Alan W. Irwin
On 2008-10-04 16:38-0700 Alan W. Irwin wrote: > In sum, we have made some good svg device-driver progress as of revision > 8853, but I still have two issues I still need to look at (ex. 6 missing > lines[...] This was an easy one. It was caused by example 6 drawing exactly to the maximum possible

Re: [Plplot-devel] Status of the svg device driver

2008-10-04 Thread Alan W. Irwin
On 2008-10-04 18:19-0700 Alan W. Irwin wrote: > I am still working on one svg issue (4 out of 6 missing subpage plots for > page 2 of example 21). Two for the price of one! Solving the coordinate overflow issue solved this one as well. I wish they were all this easy. So I am done with the svg i