From: Doug H. <dh...@uc...> - 2003-03-05 17:04:02
|
Thanks, Rafael! I just checked the PDL::Graphics::PLplot interface (I dropped the 'OO') into the PDL CVS. There are some bugs still which I plan on fixing today. It has conditional compile support for both plplot versions 5.1.1 and 5.2.0. BTW: Is there a better way of determining the version of plplot installed on a system besides looking at the file name that the libplplotd.so symlink points to? Regards, Doug Rafael Laboissiere wrote: >* Doug Hunt <dh...@uc...> [2003-03-04 15:32]: > > > >>The patch is attached, along with the complete new version of plsym.c. >>This patch affects the plmtex() function. Currently one can plot left and >>right of the axis, with text parallel or perpendicular to the axis by >>specifying 'side' = ('l', 'r', 'lv' or 'bv'). One cannot, however, plot >>with text perpendicular to the axis on the top or bottom. My patch adds >>the 'tv' and 'bv' specifiers. I have tested this under linux and it seems >>to work. >> >>Could you apply this patch to the current CVS? >> >> > >I applied your patch and it seems to work correctly. Since it does not >break anything and does not introduce backwards incompatibilities, I went on >and CVS committed it. The documentation in doc/docboook/src/api.xml has >been also updated accordingly. > >Thanks for your contribution. > >How is the work on the PLplotOO module going? > > > |