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

2008-09-30 Thread Davide Cesari
Hi, I made the original post on plplot-general list, concerning the difficulties encountered in extending the clipping region/disabling clipping which gave rise to the discussion about the plgvpw adjustment, so I come back to the clipping problem. Actually, giving a deeper look at the code, I n

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

2008-10-01 Thread Davide Cesari
implement the function in plplot, please tell me if I can help further in any way. ciao, Davide -- = Davide Cesari Servizio IdroMeteorologico ARPA Emilia Romagna Area Modellistica Numerica e Radar

[Plplot-devel] Setting arbitrary plot size in postscript

2008-12-02 Thread Davide Cesari
20; +} +if (pls->xdpi <= 0) pls->xdpi = 72.; +if (pls->ydpi <= 0) pls->ydpi = 72.; + PLFLT pxlx = YPSSIZE/LPAGE_X; PLFLT pxly = XPSSIZE/LPAGE_Y; thank you and best regards, Davide -- = Davide Cesari ==

Re: [Plplot-devel] Fwd: [plplot - Open Discussion] MATLab Contour

2009-04-08 Thread Davide Cesari
ative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > ___ > Plplot-devel mailing list > Plplot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/plplot-devel > --

Re: [Plplot-devel] plgwid()

2009-07-31 Thread Davide Cesari
ont_family", &fontfamily); plgetint("font_style", &fontstyle); plgetint("font_weight", &fontweight); The current get/set could be left as legacy functions in order not to break the existing applications. I understand it is easy to give advices when you are not an

Re: [Plplot-devel] plgwid()

2009-08-11 Thread Davide Cesari
;vectorized" set of corresponding functions, that limits the size of the array to get/set, e.g. plgvariv(int varid, int * val, size_t n) plgvarcv(int varid, char ** val, size_t n) (I suppose you meant that the char version would allocate the space, in this case it would allocate an array of

Re: [Plplot-devel] Fortran Example 19 problem

2009-11-12 Thread Davide Cesari
- >>>>> >>>>> >>>>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>>>> is the only developer event you need to attend this year. Jumpstart >>>>> your >>>

Re: [Plplot-devel] Fortran Example 19 problem

2009-11-12 Thread Davide Cesari
ething similar is done in f90gl for glutNullFunc (see: http://math.nist.gov/f90gl/ ) Hope this helps, Davide > > Regards, > > Arjen > > On 2009-11-12 08:58, Davide Cesari wrote: >> Hi, >> since floor is declared as function, you need something like >>

Re: [Plplot-devel] Fortran Example 19 problem

2009-11-19 Thread Davide Cesari
. Alternatively, I do not know whether cmake provides some tests and conditions on the fortran compilers for these kind of things, I am not familiar with cmake, autoconf does. bye, Davide -- = Davide Cesari Servizio IdroMeteorologic

Re: [Plplot-devel] Fortran 95 module parentheses issues under MinGW 4.4 and 4.5

2010-06-04 Thread Davide Cesari
y compilers may crash in such cases, I suggest to try changing scale to something else and see what happens. Davide -- = Davide Cesari Servizio IdroMeteorologico ARPA Emilia Romagna Area Modellistica Numerica e Radarmeteorolo

Re: [Plplot-devel] map resolution

2012-10-01 Thread Davide Cesari
58768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > > > > ___ > Plplot-devel mailing list > Plplot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/plplot-devel > -- ===

Re: [Plplot-devel] map resolution

2012-10-02 Thread Davide Cesari
On 01/10/2012 22:38, Alan W. Irwin wrote: >> On Mon, Oct 01, 2012 at 10:09:31AM +0200, Davide Cesari wrote: >>> [...]Hello to everybody, >>> please note that shapelib is part of the OSGEO4W installation, >>> >>> https://trac.osgeo.org/osgeo4w/ &