Re: [Plplot-devel] map resolution

2012-09-13 Thread Andrew Roach
At 03:53 AM 13/09/2012 -0700, you wrote: Hi all I was just wondering what the format of the plPlot map files is? The maps included in plPlot are rather low resolution so wondered if it was possible for me to download more detailed ones form somewhere? Phil It was the CIA World DataBank map

Re: [Plplot-devel] Fwd: [plplot - plplot-devel] Plplot print problem on Wingcc driver

2009-02-20 Thread Andrew Roach
Hi, The Wingcc printing function uses a Win3.11 API entry point which is simpler (in all respects) than other APIs windows has for printing. One side-effect is it leaves the burden of responsibility for certain things upon the user to ensure all is correct with the printer; consequently you

Re: [Plplot-devel] plfreetype smooth=1 bug for example 24

2009-01-19 Thread Andrew Roach
I've pinned down the problem, but I'm not quite sure why the code is written the way it is. The problem arises in src/plfreetype.c in FT_PlotChar. There are two different code paths depending on whether the pixel mode is mono (i.e. no anti-aliasing) or not. However, the first path is also taken

Re: [Plplot-devel] Plotting time axes

2007-11-24 Thread Andrew Roach
At 11:47 AM 23/11/2007 -0800, you wrote: The C library internal representation of time as a time_t variable does have the well-known drawback you mentioned of a rather limited date range for those systems where time_t is defined as a 32-bit integer, see discussion in

Re: [Plplot-devel] proposed freetype changes

2007-01-24 Thread Andrew Roach
Hello Werner, At 09:42 AM 24/01/2007 +0100, you wrote: Hi, I have a proposed change for the freetype part of plplot: for the wxwidgets driver I'm using not only one scaling factors but two (for x and y), which is nicer if you resize the windows. But since the freetype interface allows to set

Re: [Plplot-devel] The changes to freetype I made today

2007-01-18 Thread Andrew Roach
At 07:43 AM 18/01/2007 -0800, you wrote: Hi Andrew: Those new antialiased results that you showed for -dev png look great. Thanks for adding this capability to plfreetype.c Currently, only the gd-related devices (png, jpeg, and gif) and wingcc take advantage of this capability, but I am sure

Re: [Plplot-devel] pdf driver

2006-12-29 Thread Andrew Roach
At 10:53 PM 29/12/2006 +0100, you wrote: Hi, while working on a plot for my thesis I thought it would be cool to have pdf output. I was googling around and found a free pdf library (zlib license) in ANSI C, working on all major platforms: http://libharu.sourceforge.net/index.html Nice ! About